]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
fix typo in checkbackups cronjob
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Tue, 12 May 2015 18:13:00 +0000 (14:13 -0400)
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>
Tue, 12 May 2015 18:13:00 +0000 (14:13 -0400)
manifests/server.pp

index e742f03c4df5c00a92d05383369a23c25822a765..f7be21eabd692b67c589da74d9cf207e3e7784de 100644 (file)
@@ -41,7 +41,7 @@ class backupninja::server (
     }
 
     cron { checkbackups:
-      command => "/usr/local/bin/checkbackups -d ${backupdir} -s ${nagios_server} -w ${nagios_warn_level} -c ${nagios_crit_level} | grep -v 'sent to host successfully",
+      command => "/usr/local/bin/checkbackups -d ${backupdir} -s ${nagios_server} -w ${nagios_warn_level} -c ${nagios_crit_level} | grep -v 'sent to host successfully'",
       user => "root",
       hour => "8-23",
       minute => 59,