]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
fixing file extension from ".duplicity" to ".dup".
authordrebs <drebs@riseup.net>
Mon, 13 Jul 2009 08:28:25 +0000 (05:28 -0300)
committerdrebs <drebs@riseup.net>
Mon, 13 Jul 2009 08:28:25 +0000 (05:28 -0300)
manifests/dup.pp

index 8f34b8b99ff1cdd0d69d558c51b6f774b1b84ca3..170e53a62fd2e370cbb9e3049dd30d7c9455d066 100644 (file)
@@ -111,7 +111,7 @@ define backupninja::duplicity( $order  = 90,
   }
 
   # the backupninja rule for this duplicity backup
-  file { "${backupninja::client::configdir}/${order}_${name}.duplicity":
+  file { "${backupninja::client::configdir}/${order}_${name}.dup":
     ensure  => $ensure,
     content => template('backupninja/dup.conf.erb'),
     owner   => root,