]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
add in comment from 05efcc415ed19793e10d71e95a1d412e5d2095d1, didn't
authorMicah Anderson <micah@riseup.net>
Thu, 27 Aug 2009 19:47:03 +0000 (15:47 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 27 Aug 2009 19:47:03 +0000 (15:47 -0400)
merge this commit, because it also includes the package installation
bits that we are doing a different way

manifests/dup.pp

index 170e53a62fd2e370cbb9e3049dd30d7c9455d066..61491c6a6491da2430de745440b49d906710c3fa 100644 (file)
@@ -84,6 +84,8 @@ define backupninja::duplicity( $order  = 90,
                                $backuptag            = false,
                                # key options
                                $installkey           = true ) {
+
+  # the client with configs for this machine
   include backupninja::client
 
   case $host { false: { err("need to define a host for remote backups!") } }