diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-25 16:57:07 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-25 16:57:07 -0400 |
commit | 8f58a40ad81b32e1abed80485d388753deafb87b (patch) | |
tree | 327fb24935966e567675ede5c57bb1b579c63061 /files/Debian/50unattended-upgrades.wheezy | |
parent | f11e3d475345059220402a44a97da491c85d2b5a (diff) | |
parent | 2e3c8fe71cec14411ccee2736f342440a7fedb92 (diff) | |
download | puppet-apt-8f58a40ad81b32e1abed80485d388753deafb87b.tar.gz puppet-apt-8f58a40ad81b32e1abed80485d388753deafb87b.tar.bz2 |
Merge branch 'bug/fix_push' into leap
This gets us fixes for the unattended_upgrades in wheezy, as well as the custom_key_dir class parameter replacement of the global variable
Conflicts:
manifests/unattended_upgrades.pp
Diffstat (limited to 'files/Debian/50unattended-upgrades.wheezy')
-rw-r--r-- | files/Debian/50unattended-upgrades.wheezy | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/Debian/50unattended-upgrades.wheezy b/files/Debian/50unattended-upgrades.wheezy new file mode 100644 index 0000000..e787bf5 --- /dev/null +++ b/files/Debian/50unattended-upgrades.wheezy @@ -0,0 +1,15 @@ +// this file is managed by puppet ! + +Unattended-Upgrade::Allowed-Origins { + "${distro_id}:stable"; + "${distro_id}:${distro_codename}-security"; + "${distro_id}:${distro_codename}-updates"; + "${distro_id} Backports:${distro_codename}-backports"; +}; + +APT::Periodic::Update-Package-Lists "1"; +APT::Periodic::Download-Upgradeable-Packages "1"; +APT::Periodic::Unattended-Upgrade "1"; + +Unattended-Upgrade::Mail "root"; +Unattended-Upgrade::MailOnlyOnError "true"; |