From 480da8253736c1a9af2ae3f8501ef14936f4b6d9 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 12 Dec 2009 22:48:05 -0200 Subject: forgotten comma. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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", -- cgit v1.2.3