diff options
author | Micah Anderson <micah@riseup.net> | 2010-02-01 15:41:16 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2010-02-01 15:41:16 -0500 |
commit | 2849ef277563377a140bacb2d9c05d20b38e5d2c (patch) | |
tree | 4a06867fe38bb3c16f787697006d308aba7584e0 /manifests | |
parent | 21957200baceeaae262de5eee9e125c80c9d64fa (diff) | |
download | puppet-backupninja-2849ef277563377a140bacb2d9c05d20b38e5d2c.tar.gz puppet-backupninja-2849ef277563377a140bacb2d9c05d20b38e5d2c.tar.bz2 |
fix syntax error in parameter delineation
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/sys.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |