module-apt/manifests
varac f16a0727dc Install unattended-upgrades after Exec[refresh_apt]
Before, including apt::unattended_upgrades on a host without
the unattended-upgrades package would fail on the first run,
because the module tries to install the package before apt is
finally configured.
This commit does:

- introduce the option $refresh_apt for apt::apt_conf
  (Defaults to true). Can be used to not trigger Exec['refresh_apt']
- install the unattended-upgrades package after a final
  Exec['refresh_apt']. To not run into a loop, it calls
  Apt_conf['50unattended-upgrades'] with the option
  refresh_apt => false, which is also not needed for the configuration
2013-02-01 15:52:29 +01:00
..
cron Fix overzealous linting. 2013-01-03 19:57:44 +01:00
dist_upgrade Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
preferences Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
apt_conf.pp Install unattended-upgrades after Exec[refresh_apt] 2013-02-01 15:52:29 +01:00
apticron.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
dist_upgrade.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
dot_d_directories.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
dselect.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
init.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
listchanges.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
preferences.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
preferences_snippet.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
preseeded_package.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
proxy_client.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
reboot_required_notify.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
sources_list.pp Don't check for source / content to be set when removing an APT source. 2013-01-08 18:13:23 +01:00
unattended_upgrades.pp Install unattended-upgrades after Exec[refresh_apt] 2013-02-01 15:52:29 +01:00
update.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00
upgrade_package.pp Apply code style corrections from puppet-lint 2013-01-02 17:28:59 +01:00