diff options
author | nadir <nadir-technik@nadir.org> | 2012-11-12 23:27:04 +0100 |
---|---|---|
committer | nadir <nadir-technik@nadir.org> | 2012-11-12 23:27:04 +0100 |
commit | e890284b7ac93c485463aec24c248c145631c3aa (patch) | |
tree | d5678543b868a7700b60e910e1fe112964a2df8d /files/lenny | |
parent | 9ab1f33798e2195755584f53a1d0374be9f6ee39 (diff) | |
download | puppet-apt-e890284b7ac93c485463aec24c248c145631c3aa.tar.gz puppet-apt-e890284b7ac93c485463aec24c248c145631c3aa.tar.bz2 |
added release-specific config files for unattended upgrades
Diffstat (limited to 'files/lenny')
-rw-r--r-- | files/lenny/50unattended-upgrades | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/lenny/50unattended-upgrades b/files/lenny/50unattended-upgrades new file mode 100644 index 0000000..fbc95c0 --- /dev/null +++ b/files/lenny/50unattended-upgrades @@ -0,0 +1,10 @@ +// allowed (origin, archive) pairs +Unattended-Upgrade::Allowed-Origins { + "Debian stable"; +// "Debian testing"; +}; + +// never update the packages in this list +Unattended-Upgrade::Package-Blacklist { +// "vim"; +}; |