Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Dec 9, 2014
1 parent a9a65a9 commit 22311e1
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.2

- Fix metadata.json

## 2.0.1

- Remove erratic symlink in spec directory
Expand Down
54 changes: 50 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,63 @@
{
"name": "herculesteam-augeasproviders_pam",
"version": "2.0.1",
"version": "2.0.2",
"author": "Dominic Cleal, Raphael Pinson",
"summary": "Augeas-based PAM type and provider for Puppet",
"license": "Apache 2.0",
"source": "git://github.com/hercules-team/augeasproviders_pam",
"license": "Apache-2.0",
"source": "https://github.com/hercules-team/augeasproviders_pam",
"project_page": "http://augeasproviders.com",
"issues_url": "https://github.com/hercules-team/augeasproviders_pam/issues",
"description": "This module provides type/providers for PAM using the Augeas configuration API library.",
"dependencies": [
{
"name": "herculesteam/augeasproviders_core",
"version_requirement": ">=2.0.0"
"version_requirement": ">=2.1.0 <3.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"5",
"6",
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"10.10",
"11.04",
"11.10",
"12.04",
"12.10",
"13.04",
"13.10",
"14.04",
"14.10"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
}
],
"puppet_version": [
"2.7",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6",
"3.7"
]
}

0 comments on commit 22311e1

Please sign in to comment.