summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README.markdown)18
-rw-r--r--metadata.json55
2 files changed, 53 insertions, 20 deletions
diff --git a/README.markdown b/README.md
index a25cb40..4a7bed1 100644
--- a/README.markdown
+++ b/README.md
@@ -71,21 +71,3 @@ tracker](https://github.com/camptocamp/puppet-augeas/issues).
For pull requests, it is very much appreciated to check your Puppet manifest
with [puppet-lint](https://github.com/camptocamp/puppet-augeas/issues) to follow the recommended Puppet style guidelines from the
[Puppet Labs style guide](http://docs.puppetlabs.com/guides/style_guide.html).
-
-## License
-
-Copyright (c) 2013 <mailto:puppet@camptocamp.com> All rights reserved.
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
diff --git a/metadata.json b/metadata.json
index 190d22b..6116923 100644
--- a/metadata.json
+++ b/metadata.json
@@ -3,12 +3,63 @@
"version": "1.0.3",
"author": "camptocamp",
"summary": "Camptocamp Augeas module",
- "license": "GNU GPLv3",
+ "license": "Apache-2.0",
"source": "https://github.com/camptocamp/puppet-augeas",
"project_page": "https://github.com/camptocamp/puppet-augeas",
"issues_url": "https://github.com/camptocamp/puppet-augeas/issues",
"description": "Augeas Module for Puppet",
"dependencies": [
- {"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"}
+ {
+ "name":"puppetlabs/stdlib",
+ "version_requirement":">= 3.2.0 <5.0.0"
+ }
+ ],
+ "requirements": [
+ {
+ "name": "pe",
+ "version_requirement": "3.x"
+ },
+ {
+ "name": "puppet",
+ "version_requirement": "3.x"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "6",
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "10.04",
+ "12.04",
+ "14.04"
+ ]
+ },
+ {
+ "operatingsystem": "RedHat",
+ "operatingsystemrelease": [
+ "5",
+ "6"
+ ]
+ },
+ {
+ "operatingsystem": "SLES"
+ }
+ ],
+ "puppet_version": [
+ "2.7",
+ "3.0",
+ "3.1",
+ "3.2",
+ "3.3",
+ "3.4",
+ "3.5",
+ "3.6",
+ "3.7"
]
}