From: Micah Anderson Date: Mon, 1 Feb 2010 20:41:16 +0000 (-0500) Subject: fix syntax error in parameter delineation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2849ef277563377a140bacb2d9c05d20b38e5d2c;p=puppet-backupninja.git fix syntax error in parameter delineation --- diff --git a/manifests/sys.pp b/manifests/sys.pp index f22fee2..ac42e37 100644 --- a/manifests/sys.pp +++ b/manifests/sys.pp @@ -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