summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-08-05 10:55:58 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-08-05 10:55:58 -0700
commit2ba0e375e2bb5b4a85eac781f02f6a3e8b96e0f6 (patch)
tree3e6519a658f623c81667271c8c6f9a8b431f6aa2 /metadata.json
parente310b1fdab7be1478b464167d2be20f0d4e5f63a (diff)
parent4c62b7a2eeec8d6e49ae8b05f2ed000a2b544cc2 (diff)
Merge branch '4.3.x'
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json34
1 files changed, 20 insertions, 14 deletions
diff --git a/metadata.json b/metadata.json
index 9d3847b..bce75e0 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,11 +1,20 @@
{
+ "name": "puppetlabs-stdlib",
+ "version": "4.3.1",
+ "author": "puppetlabs",
+ "summary": "Puppet Module Standard Library",
+ "license": "Apache 2.0",
+ "source": "git://github.com/puppetlabs/puppetlabs-stdlib",
+ "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
+ "issues_url": "https://github.com/puppetlabs/puppetlabs-stdlib/issues",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"4",
"5",
- "6"
+ "6",
+ "7"
]
},
{
@@ -13,7 +22,8 @@
"operatingsystemrelease": [
"4",
"5",
- "6"
+ "6",
+ "7"
]
},
{
@@ -21,7 +31,8 @@
"operatingsystemrelease": [
"4",
"5",
- "6"
+ "6",
+ "7"
]
},
{
@@ -29,7 +40,8 @@
"operatingsystemrelease": [
"4",
"5",
- "6"
+ "6",
+ "7"
]
},
{
@@ -49,7 +61,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
- "12.04"
+ "12.04",
+ "14.04"
]
},
{
@@ -84,22 +97,15 @@
"requirements": [
{
"name": "pe",
- "version_requirement": "3.2.x"
+ "version_requirement": "3.3.x"
},
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
],
- "name": "puppetlabs-stdlib",
- "version": "4.2.1",
- "source": "git://github.com/puppetlabs/puppetlabs-stdlib",
- "author": "puppetlabs",
- "license": "Apache 2.0",
- "summary": "Puppet Module Standard Library",
"description": "Standard Library for Puppet Modules",
- "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
"dependencies": [
-
+
]
}