diff options
-rw-r--r-- | manifests/init.pp | 2 |
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, } |