diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-16 23:04:08 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-09-16 23:04:08 +0200 |
| commit | 01af1d05a2c3d95101921ca8cec9a03d9eea5150 (patch) | |
| tree | cf3807d3eb4ae25e192271fe359ffd60c3fa050f /code/environments/production/modules/unattended_upgrades/metadata.json | |
| download | puppet.LW-01af1d05a2c3d95101921ca8cec9a03d9eea5150.tar.gz puppet.LW-01af1d05a2c3d95101921ca8cec9a03d9eea5150.tar.bz2 puppet.LW-01af1d05a2c3d95101921ca8cec9a03d9eea5150.zip | |
initial puppet.LW configuration
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" + } + ] +} |
