aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-16 11:32:52 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-16 11:32:52 -0200
commitd051703625e11c1c7eb51476218ddbd84ad2b38d (patch)
tree4092100bb360aeb3669c41efb3cb1d5ab9002f2e /manifests
parentc941a81bd17c39f733edea42a2cd4c75f00fb3b9 (diff)
downloadpuppet-backup-d051703625e11c1c7eb51476218ddbd84ad2b38d.tar.gz
puppet-backup-d051703625e11c1c7eb51476218ddbd84ad2b38d.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 546dcc7..5989140 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -62,7 +62,7 @@ class backup {
file { "/usr/local/sbin/rdiff-check":
content => template('backup/rdiff-check.sh.erb'),
owner => root,
- groupe => root,
+ group => root,
mode => 0755,
ensure => present,
}