Mercurial > repos > other > Puppet
view modules/sshkeys_core/metadata.json @ 465:f6304a8e2adc
Try to fix last day of month HTTP LogWatch
LogWatch runs for yesterday's data. And we rotate and zip web
logs on the 1st of the month. So on the 1st, when generating the
summary for the last day of the month, we need to look at a
gzipped file, not the current or old-unzipped file.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 25 Feb 2024 09:56:16 +0000 |
parents | 750d36241580 |
children | adf6fe9bbc17 |
line wrap: on
line source
{ "name": "puppetlabs-sshkeys_core", "version": "1.0.3", "author": "puppetlabs", "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-sshkeys_core", "project_page": "https://github.com/puppetlabs/puppetlabs-sshkeys_core", "issues_url": "https://tickets.puppetlabs.com/project/MODULES", "dependencies": [ ], "data_provider": null, "operatingsystem_support": [ { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "Debian", "operatingsystemrelease": [ "8" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04" ] }, { "operatingsystem": "Fedora", "operatingsystemrelease": [ "25" ] }, { "operatingsystem": "Darwin", "operatingsystemrelease": [ "16" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12" ] }, { "operatingsystem": "Solaris", "operatingsystemrelease": [ "11" ] }, { "operatingsystem": "windows", "operatingsystemrelease": [ "2008 R2", "2012 R2", "10" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.0.0 < 7.0.0" } ], "pdk-version": "1.14.0", "template-url": "https://github.com/puppetlabs/pdk-templates#1.14.0", "template-ref": "1.14.0-0-g1bf3a4e" }