diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/sys.pp | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/manifests/sys.pp b/manifests/sys.pp index 973f880..ac42e37 100644 --- a/manifests/sys.pp +++ b/manifests/sys.pp @@ -20,7 +20,9 @@ define backupninja::sys($order = 30,                             $dosfdisk = yes,                             $hardware = yes,                             $hardwarefile = '/var/backups/hardware.txt', -                           $dohwinfo = yes +                           $dohwinfo = yes, +                           $doluks = no, +                           $dolvm = no                            ) {                            include backupninja::client::defaults  	file { "${backupninja::client::defaults::configdir}/${order}_${name}.sys": | 
