Commit f65c7bf107a5e14f23628c5d7d5d3595d4cc3212
1 parent
93bcfb77
Exists in
master
and in
39 other branches
Fixing syntax error
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/cronjobs.pp
| @@ -9,7 +9,7 @@ class colab::cronjobs { | @@ -9,7 +9,7 @@ class colab::cronjobs { | ||
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | cron { 'feedzilla': | 11 | cron { 'feedzilla': |
| 12 | - command => "$manage_colab feedzilla_update &> /dev/null" | 12 | + command => "$manage_colab feedzilla_update &> /dev/null", |
| 13 | hour => '*', | 13 | hour => '*', |
| 14 | minute => '0', | 14 | minute => '0', |
| 15 | } | 15 | } |