Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | make sure every object ends with either a comma or a semicolon | Louis-Philippe Véronneau | |
2016-12-22 | use the same name for the update_apt exec everywhere | Louis-Philippe Véronneau | |
2016-12-22 | fix missing/superfluous newline at the end/beginning of files | Louis-Philippe Véronneau | |
2016-06-29 | Move documentation to README, and expand a bit on it. | intrigeri | |
2016-06-29 | apt::dist_upgrade: add a timeout parameter (#8). | intrigeri | |
2016-02-01 | [refactor] Unify `apt-get update` into one resource | varac | |
Before, there were two Execs that did an `apt-get update`, `Exec[refresh_apt]` and `Exec[apt_updated]`, which were triggered by different resources. This changes gets rid of the first one, and all resources now depend on `Exec[apt_updated]`. | |||
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-12-19 | exec{'apt_dist-upgrade'} just requires Exec['apt_updated'] if ↵ | nadir | |
apt::disable_update if false | |||
2012-12-18 | comparing variabled should use double quotes (interestingly, it does work ↵ | nadir | |
with only one too) | |||
2012-12-18 | added $apt_disable_update to disable "apt-get update" during puppetruns | nadir | |
2010-12-16 | New class: apt::dist_upgrade. | intrigeri | |