summaryrefslogtreecommitdiff
path: root/puppet/modules/augeas/metadata.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-09 17:31:48 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:05:18 +0200
commit8f2ffe06dda7cfd21202543abeac90142dc9b322 (patch)
tree6d83aeae81952d8b4fee8746c46a6ea8b6eeb0c9 /puppet/modules/augeas/metadata.json
parent9d052b926b5cf67b8f8751af46ea5771d4422284 (diff)
git subrepo clone https://leap.se/git/puppet_augeas puppet/modules/augeas
subrepo: subdir: "puppet/modules/augeas" merged: "27e3359" upstream: origin: "https://leap.se/git/puppet_augeas" branch: "master" commit: "27e3359" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b"
Diffstat (limited to 'puppet/modules/augeas/metadata.json')
-rw-r--r--puppet/modules/augeas/metadata.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/puppet/modules/augeas/metadata.json b/puppet/modules/augeas/metadata.json
new file mode 100644
index 00000000..f6bfbf96
--- /dev/null
+++ b/puppet/modules/augeas/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"
+ ]
+}