diff options
author | drebs <drebs@riseup.net> | 2009-12-12 22:48:05 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2009-12-12 22:48:05 -0200 |
commit | 480da8253736c1a9af2ae3f8501ef14936f4b6d9 (patch) | |
tree | a429dcfad34fcce6df9fec30feba823cb780926d /manifests | |
parent | 84cad808de2c281abc64150f2f16ddb5148775a5 (diff) | |
download | puppet-backup-480da8253736c1a9af2ae3f8501ef14936f4b6d9.tar.gz puppet-backup-480da8253736c1a9af2ae3f8501ef14936f4b6d9.tar.bz2 |
forgotten comma.
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 1dd8470..164c0de 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -96,7 +96,7 @@ class backup { # check backups once a week cron { "duplicity_check--$title.$domain": - command => "${backupninja::client::defaults::configdir}/${order}_duplicity-${title}.sh --check" + command => "${backupninja::client::defaults::configdir}/${order}_duplicity-${title}.sh --check", user => root, hour => "0", minute => "0", |