]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
remove some stray comments
authorMicah Anderson <micah@riseup.net>
Thu, 27 Aug 2009 20:28:30 +0000 (16:28 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 27 Aug 2009 20:28:30 +0000 (16:28 -0400)
manifests/dup.pp

index 61491c6a6491da2430de745440b49d906710c3fa..26514ad03b8a7dbb0c7f8caba38915e946777d90 100644 (file)
 define backupninja::duplicity( $order  = 90,
                                $ensure = present,
                                # options to the config file
-                               $options     = false, #
-                               $nicelevel   = 0, #
-                               $testconnect = "yes", #
-                               $tmpdir      = "/var/tmp/duplicity", #
+                               $options     = false,
+                               $nicelevel   = 0,
+                               $testconnect = "yes",
+                               $tmpdir      = "/var/tmp/duplicity",
                                # [gpg]
                                $sign       = "no",
                                $encryptkey = false,