Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-21 | minor style fixes to comply with CI warnings | Louis-Philippe Véronneau | |
2016-12-22 | missing single quotes | Louis-Philippe Véronneau | |
2016-12-22 | mark packages as present instead of installed to be consistent | Louis-Philippe Véronneau | |
2016-12-22 | make sure every object ends with either a comma or a semicolon | Louis-Philippe Véronneau | |
2016-12-22 | fix missing/superfluous newline at the end/beginning of files | Louis-Philippe Véronneau | |
2016-12-22 | indent packages correctly | Louis-Philippe Véronneau | |
2016-06-29 | Drop apt::cron::download, and turn $apt_cron_hours into a class parameter ↵ | intrigeri | |
for apt::cron::dist_upgrade. I've introduced apt::cron::download, am not using it anymore, and have never seen anyone else submit a bug or a merge request for it. Thus, I feel pretty confident in dropping it. And this allows me to trivially get rid of the $apt_cron_hours global variable noticed by LeLutin in #13. | |||
2013-01-03 | Fix overzealous linting. | intrigeri | |
We do want to see \n expanded in this string. | |||
2013-01-02 | Apply code style corrections from puppet-lint | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> + more linting by intrigeri. Conflicts: manifests/apticron.pp manifests/cron/dist_upgrade.pp manifests/cron/download.pp manifests/dist_upgrade/initiator.pp manifests/init.pp manifests/listchanges.pp manifests/preferences.pp manifests/preseeded_package.pp manifests/proxy_client.pp manifests/unattended_upgrades.pp manifests/update.pp | |||
2012-06-18 | fix relations and finally get rid off config_file | mh | |
2012-06-18 | get rid off config_file wrapper | mh | |
2012-04-15 | Migrate - in class names to _ | mh | |
In newer puppet releases the old way to name class/modules with a -, won't anymore be supported. | |||
2011-02-18 | apt::cron::dist-upgrade: silently keep old version of conffiles. | intrigeri | |
This makes this class' behaviour consistent with the apt::dist_upgrade one and prevents stalled upgrades due to dpkg asking questions to a dumb robot. | |||
2010-12-11 | Allow running cron-apt more than once a day. | intrigeri | |
2010-12-07 | format standardization | Micah Anderson | |
2010-10-17 | Ensure apt-listbugs is absent in dist-upgrade mode. | intrigeri | |
Else it will crash automatic upgrades. | |||
2010-10-10 | Fix parent class name. | intrigeri | |
2010-10-06 | Add cron-apt support. | intrigeri | |