diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 7b8041d..fa0fe36 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -33,8 +33,6 @@ class nodo { # Apt configuration if $use_apt != false { - $backports_enabled = true - $apt_update_method = 'cron' include apt } |