diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-20 12:39:15 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-20 12:39:15 +0100 |
| commit | f56d2d7888be1a27d7ef05d850afdc4e9dbb464a (patch) | |
| tree | e193c75cbdb40c5290906d97b3ac8966a1099a47 /code/environments/production/modules/unattended_upgrades/metadata.json | |
| download | puppet.SGM-f56d2d7888be1a27d7ef05d850afdc4e9dbb464a.tar.gz puppet.SGM-f56d2d7888be1a27d7ef05d850afdc4e9dbb464a.tar.bz2 puppet.SGM-f56d2d7888be1a27d7ef05d850afdc4e9dbb464a.zip | |
initial draft of a minimal puppet config template
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" + } + ] +} |
