aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-05-15 17:11:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-05-15 17:11:03 -0300
commita13821fcb1705b5f29a801da43d7df28c6777904 (patch)
tree653c11375fd7fec78ba394d623f5b8fa6ea2d379 /manifests
parentf5dfe3522b88e8d0d4f117ab7284c5646f74bd7d (diff)
downloadpuppet-backup-a13821fcb1705b5f29a801da43d7df28c6777904.tar.gz
puppet-backup-a13821fcb1705b5f29a801da43d7df28c6777904.tar.bz2
Typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 88fa499..84620c0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -111,7 +111,7 @@ class backup {
weekday => $backup_audit_rsync ? {
true => '*',
default => "0",
- }
+ },
ensure => present,
require => File['/usr/local/sbin/rsync-check'],
}