]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
fix syntax error in parameter delineation
authorMicah Anderson <micah@riseup.net>
Mon, 1 Feb 2010 20:41:16 +0000 (15:41 -0500)
committerMicah Anderson <micah@riseup.net>
Mon, 1 Feb 2010 20:41:16 +0000 (15:41 -0500)
manifests/sys.pp

index f22fee2cf45079b43fac1b026bb862f9e4cbb170..ac42e375fd2f9c032197946c3cd821d4144d1fc6 100644 (file)
@@ -20,8 +20,8 @@ define backupninja::sys($order = 30,
                            $dosfdisk = yes,
                            $hardware = yes,
                            $hardwarefile = '/var/backups/hardware.txt',
-                           $dohwinfo = yes
-                           $doluks = no
+                           $dohwinfo = yes,
+                           $doluks = no,
                            $dolvm = no
                           ) {
                           include backupninja::client::defaults