diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:07:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:07:52 -0300 |
commit | 5800685a7034caf5ccae34add9958ca2be819b32 (patch) | |
tree | 2b6349588a91333b99d88de9a7f260be4ec7fc76 /manifests | |
parent | aecb16575b6830b50e0873054987ebdf453df6cb (diff) | |
download | puppet-backup-5800685a7034caf5ccae34add9958ca2be819b32.tar.gz puppet-backup-5800685a7034caf5ccae34add9958ca2be819b32.tar.bz2 |
Borg fixes as pre-generated keyfiles are currently unsupported
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/borg.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/borg.pp b/manifests/borg.pp index a1d82e8..39d4576 100644 --- a/manifests/borg.pp +++ b/manifests/borg.pp @@ -7,7 +7,9 @@ define backup::borg( $user = $::hostname, $host = "${title}.${::domain}", $encryption = 'repokey', - $keyfile = '', + $keyfile = '${title}', + $gpgkey = false, + $gpgpass = false, $order = 95, $periodic_check = absent, $password, |