Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
puppet-backupninja
Commits
baead38b
Commit
baead38b
authored
May 12, 2015
by
Jerome Charaoui
Browse files
fix typo in checkbackups cronjob
parent
79c64c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/server.pp
View file @
baead38b
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment