diff options
author | elijah <elijah@riseup.net> | 2016-01-26 12:27:51 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-26 12:27:51 -0800 |
commit | b95d60260ecb57fe08fca0571771a14b803c1b4e (patch) | |
tree | 30f0bbb5156ec13951e1ed32c06bdc7550c6d044 /puppet/modules/site_apt/templates | |
parent | 8fc9f0da2f755ad8b225d4b0557c6179236ca7f4 (diff) | |
parent | 27a059ccb3b5210f7e539326c30f20d8530cde1d (diff) |
Merge branch 'develop' of ssh://leap.se/leap_platform into develop
Diffstat (limited to 'puppet/modules/site_apt/templates')
-rw-r--r-- | puppet/modules/site_apt/templates/50unattended-upgrades | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/puppet/modules/site_apt/templates/50unattended-upgrades b/puppet/modules/site_apt/templates/50unattended-upgrades deleted file mode 100644 index 9ae3ab84..00000000 --- a/puppet/modules/site_apt/templates/50unattended-upgrades +++ /dev/null @@ -1,16 +0,0 @@ -// this file is managed by puppet ! - -Unattended-Upgrade::Allowed-Origins { - "${distro_id}:oldstable"; - "${distro_id}:${distro_codename}-security"; - "${distro_id}:${distro_codename}-updates"; - "${distro_id} Backports:${distro_codename}-backports"; - "leap.se:stable"; -}; - -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"; |