]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
change the parameter values in the sys handler to use true/false
authorMicah Anderson <micah@riseup.net>
Wed, 14 Apr 2010 18:52:49 +0000 (14:52 -0400)
committerMicah Anderson <micah@riseup.net>
Wed, 14 Apr 2010 18:52:49 +0000 (14:52 -0400)
values for the default to be more uniform with the other handler
definitions

manifests/sys.pp

index ac42e375fd2f9c032197946c3cd821d4144d1fc6..7de319c09720c77cab7d9c7b8a850364773eed51 100644 (file)
 define backupninja::sys($order = 30,
                            $ensure = present,
                            $parentdir = '/var/backups',
-                           $packages = yes,
+                           $packages = true,
                            $packagesfile = '/var/backups/dpkg-selections.txt',
-                           $partitions = yes,
+                           $partitions = true,
                            $partitionsfile = '/var/backups/partitions.__star__.txt',
-                           $dosfdisk = yes,
-                           $hardware = yes,
+                           $dosfdisk = true,
+                           $hardware = true,
                            $hardwarefile = '/var/backups/hardware.txt',
-                           $dohwinfo = yes,
-                           $doluks = no,
-                           $dolvm = no
+                           $dohwinfo = true,
+                           $doluks = false,
+                           $dolvm = false
                           ) {
                           include backupninja::client::defaults
        file { "${backupninja::client::defaults::configdir}/${order}_${name}.sys":