summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-03-12 11:19:58 +0100
committervarac <varacanero@zeromail.org>2015-03-12 11:19:58 +0100
commit58ab2b90c52a5d951fa41596827bc3b6f52310e7 (patch)
tree99fb52a1c98ed1b4a795c857b6de682645d671db /metadata.json
parent3174a2d0f8e453067a64428bad8af92fe98c53f1 (diff)
parente7d20abe6f2ecc99531d70155a2589406f187f74 (diff)
Merge remote-tracking branch 'camptocamp/master' into leap_master
Conflicts: README
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..f6bfbf9
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,62 @@
+{
+ "name": "camptocamp-augeas",
+ "version": "1.1.6",
+ "author": "camptocamp",
+ "summary": "Camptocamp Augeas module",
+ "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 <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"
+ ]
+ }
+ ],
+ "puppet_version": [
+ "2.7",
+ "3.0",
+ "3.1",
+ "3.2",
+ "3.3",
+ "3.4",
+ "3.5",
+ "3.6",
+ "3.7"
+ ]
+}