]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Typo
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Feb 2010 13:32:52 +0000 (11:32 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Feb 2010 13:32:52 +0000 (11:32 -0200)
manifests/init.pp

index 546dcc7b1e542d429972ae98e019b088face9323..59891407372c802c021482e6a4bc3e554f86c58b 100644 (file)
@@ -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,
   }