]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Typo
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 May 2012 20:11:03 +0000 (17:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 May 2012 20:11:03 +0000 (17:11 -0300)
manifests/init.pp

index 88fa4993c27138e7517d7962f9895fe97d90f4cd..84620c0fb3471977fd1f0ee3e1b91a5da3b0b46d 100644 (file)
@@ -111,7 +111,7 @@ class backup {
     weekday  => $backup_audit_rsync ? { 
       true    => '*',
       default => "0",
-    }
+    },
     ensure   => present,
     require  => File['/usr/local/sbin/rsync-check'],
   }