diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 12:06:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 12:06:04 -0300 |
commit | 133920dd6cc14e96581fc7a95705425b3ff27e8a (patch) | |
tree | 8c121b74189efcff440d899bfc28eb7684370389 /manifests | |
parent | 627da5ef942f0a2574bae1439a086462a8ca80ae (diff) | |
download | puppet-nodo-133920dd6cc14e96581fc7a95705425b3ff27e8a.tar.gz puppet-nodo-133920dd6cc14e96581fc7a95705425b3ff27e8a.tar.bz2 |
Oops
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/desktop.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp index b58904a..e01a713 100644 --- a/manifests/desktop.pp +++ b/manifests/desktop.pp @@ -38,6 +38,6 @@ class nodo::desktop::minimal { # Backups should happen when the box are likely to be online backupninja::config { 'desktop': - $when = 'everyday at 12:00' + when => 'everyday at 12:00', } } |