From 21957200baceeaae262de5eee9e125c80c9d64fa Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 1 Feb 2010 14:26:18 -0500 Subject: add doluks and dolvm parameters to the sys handlers --- manifests/sys.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/sys.pp b/manifests/sys.pp index 973f880..f22fee2 100644 --- a/manifests/sys.pp +++ b/manifests/sys.pp @@ -21,6 +21,8 @@ define backupninja::sys($order = 30, $hardware = yes, $hardwarefile = '/var/backups/hardware.txt', $dohwinfo = yes + $doluks = no + $dolvm = no ) { include backupninja::client::defaults file { "${backupninja::client::defaults::configdir}/${order}_${name}.sys": -- cgit v1.2.3 From 2849ef277563377a140bacb2d9c05d20b38e5d2c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 1 Feb 2010 15:41:16 -0500 Subject: fix syntax error in parameter delineation --- manifests/sys.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 -- cgit v1.2.3