summaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorMorgan Haskel <morgan@puppetlabs.com>2015-04-21 08:36:48 -0700
committerMorgan Haskel <morgan@puppetlabs.com>2015-04-21 08:37:06 -0700
commit33043fedb2f686e06f4602e68c148750d668063c (patch)
tree9c135ef478c3bcb5138ddccea3720e816c8e45bc /metadata.json
parentc5ebe1928e1eb4bdb379ead676ae012723096f7b (diff)
Add metadata.json
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..379ab67
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,41 @@
+{
+ "name": "puppet-unattended_upgrades",
+ "version": "1.0.0",
+ "author": "Puppet Community",
+ "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
+ "license": "Apache-2.0",
+ "source": "https://github.com/puppet-community/puppet-unattended_upgrades",
+ "project_page": "https://github.com/puppet-community/puppet-unattended_upgrades",
+ "issues_url": "https://github.com/puppet-community/puppet-unattended_upgrades/issues",
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Debian",
+ "operatingsystemrelease": [
+ "6",
+ "7"
+ ]
+ },
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "10.04",
+ "12.04",
+ "14.04"
+ ]
+ }
+ ],
+ "requirements": [
+ {
+ "name": "pe",
+ "version_requirement": "3.x"
+ },
+ {
+ "name": "puppet",
+ "version_requirement": ">= 3.4.0 < 4.0.0"
+ }
+ ],
+ "dependencies": [
+ {"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"},
+ {"name":"puppetlabs/apt","version_requirement":">= 2.0.0 < 3.0.0"}
+ ]
+}