diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-15 15:54:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-15 15:54:23 -0200 |
commit | 96234f40e3c529dddae5a004055125b12ccf1438 (patch) | |
tree | ddec89ddf1d8a5fe37a5076e615b3ae553c88387 | |
parent | f3f36d795eda489212ea20638f8b7db177f4e6be (diff) | |
download | puppet-nodo-96234f40e3c529dddae5a004055125b12ccf1438.tar.gz puppet-nodo-96234f40e3c529dddae5a004055125b12ccf1438.tar.bz2 |
Apt config cleanup
-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 } |