diff options
| author | root <root@localhost> | 2018-09-16 22:21:28 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-09-16 22:26:55 +0200 |
| commit | b9c90f087cb54a0b8be222dbdcd88c8a73ef4f57 (patch) | |
| tree | 51f19339b7cb1da0633bca404ff31f87584351fd /code/environments/production/modules/unattended_upgrades/metadata.json | |
| parent | bb00f4ab450131094096b7ae74cf3edcdaa224db (diff) | |
| download | puppet.DEV-b9c90f087cb54a0b8be222dbdcd88c8a73ef4f57.tar.gz puppet.DEV-b9c90f087cb54a0b8be222dbdcd88c8a73ef4f57.tar.bz2 puppet.DEV-b9c90f087cb54a0b8be222dbdcd88c8a73ef4f57.zip | |
Add voxpopulis's unattended_upgrade module.
Diffstat (limited to 'code/environments/production/modules/unattended_upgrades/metadata.json')
| -rw-r--r-- | code/environments/production/modules/unattended_upgrades/metadata.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/code/environments/production/modules/unattended_upgrades/metadata.json b/code/environments/production/modules/unattended_upgrades/metadata.json new file mode 100644 index 0000000..6357daf --- /dev/null +++ b/code/environments/production/modules/unattended_upgrades/metadata.json @@ -0,0 +1,55 @@ +{ + "name": "puppet-unattended_upgrades", + "version": "3.2.0", + "author": "Vox Pupuli", + "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", + "license": "Apache-2.0", + "source": "https://github.com/voxpupuli/puppet-unattended_upgrades.git", + "project_page": "https://github.com/voxpupuli/puppet-unattended_upgrades", + "issues_url": "https://github.com/voxpupuli/puppet-unattended_upgrades/issues", + "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">= 4.13.1 < 5.0.0" + }, + { + "name": "puppetlabs/apt", + "version_requirement": ">= 2.2.0 < 5.0.0" + } + ], + "data_provider": null, + "tags": [ + "unattended-upgrades", + "unattended_upgrades", + "apt", + "patching", + "security", + "debian" + ], + "operatingsystem_support": [ + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "8", + "9" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "14.04", + "16.04", + "16.10", + "17.04", + "17.10", + "18.04" + ] + } + ], + "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 4.10.0 < 6.0.0" + } + ] +} |
