From: Silvio Rhatto Date: Mon, 21 May 2012 17:57:34 +0000 (-0300) Subject: Ensure the latest backup version X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b7d4b1a7bcb65b18d7e819606ba35da56d04be0c;p=puppet-backup.git Ensure the latest backup version --- diff --git a/manifests/init.pp b/manifests/init.pp index 84620c0..f1633f4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -32,6 +32,9 @@ $backup_exclude_unencrypted = [ "$backupdir_remote", "$backupdir/duplicity", "$b $backup_include_encrypted = [ "$backupdir/duplicity", ] $backup_exclude_encrypted = [ "$backupdir/duplicity/.ssh", ] +# ensure the latest backup version +$backupninja_ensure_version = 'latest' + class backup { include backupninja::server