summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2016-02-05 13:50:38 +0100
committerDaniele Sluijters <daenney@users.noreply.github.com>2016-02-05 13:52:26 +0100
commit67ee9eca5749fc54d8060cb7b87c8bd56c20765c (patch)
tree5890fa437ca0914d53bdb805f421fccd8f559bd2 /manifests
parent4c1219083ba233f895fd99e5d3a3a363d489b727 (diff)
unattended_upgrades: default `notify_update` to false
The settings that we write for unattended-upgrades, though part of `/etc/apt` on the filesystem, do not affect apt's behaviour. As such notifying `apt::update` only serves to slow us down.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3d9f2df..489db32 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,7 +17,7 @@ class unattended_upgrades (
$upgrade = 1,
$upgradeable_packages = {},
$verbose = 0,
- $notify_update = undef,
+ $notify_update = false,
) inherits ::unattended_upgrades::params {
if $legacy_origin == undef or $origins == undef {