aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 a791a37..8593300 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,7 @@ class apt {
default => $backports_enabled,
}
- $apt_update_method = $apt_update_method {
+ $apt_update_method = $apt_update_method ? {
'' => 'exec',
default => $apt_update_method,
}