diff options
author | drebs <drebs@riseup.net> | 2009-07-13 05:28:25 -0300 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2009-07-13 05:28:25 -0300 |
commit | 73c59d37ff9f35abf4307fd243e4ed5ec9e78d97 (patch) | |
tree | a0587c6e4553c8c4d157bc9a8f5744065733113d /manifests | |
parent | 89853b4dcf8d93446a12527db64a5c36d3ff0a79 (diff) | |
download | puppet-backupninja-73c59d37ff9f35abf4307fd243e4ed5ec9e78d97.tar.gz puppet-backupninja-73c59d37ff9f35abf4307fd243e4ed5ec9e78d97.tar.bz2 |
fixing file extension from ".duplicity" to ".dup".
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dup.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/dup.pp b/manifests/dup.pp index 8f34b8b..170e53a 100644 --- a/manifests/dup.pp +++ b/manifests/dup.pp @@ -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, |