diff options
Diffstat (limited to 'manifests/init.pp')
-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 443e612..76ef58d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -39,7 +39,7 @@ class nodo { # Apt configuration $backports_enabled = true - $apt_update_method = cron + $apt_update_method = 'cron' include apt file { "/etc/hostname": |