diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 12:14:05 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-02 12:14:05 -0200 |
commit | f2a4c51c5368f18b4f34d46688fcaf0fe5c7cdf0 (patch) | |
tree | 579f45f789f349cab919ea7bad56ee9cb2adf83a /manifests | |
parent | d22788a7a2d611e8b8630717e8e2f79319a80a6d (diff) | |
download | puppet-nodo-f2a4c51c5368f18b4f34d46688fcaf0fe5c7cdf0.tar.gz puppet-nodo-f2a4c51c5368f18b4f34d46688fcaf0fe5c7cdf0.tar.bz2 |
Minor change
Diffstat (limited to 'manifests')
-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": |