aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-23 14:49:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-23 14:49:45 -0300
commit1407b63399c437dd4a32ab2fd3ec548395f85fe8 (patch)
tree37e7bde5a67f04fc7101e6452ec09f0fb1b1d381 /manifests
parentab1896ad3e9f685ae96b09410936df63f8642dfa (diff)
downloadpuppet-backup-1407b63399c437dd4a32ab2fd3ec548395f85fe8.tar.gz
puppet-backup-1407b63399c437dd4a32ab2fd3ec548395f85fe8.tar.bz2
Borg: custom keyfile support
Diffstat (limited to 'manifests')
-rw-r--r--manifests/borg.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/borg.pp b/manifests/borg.pp
index e027984..eff0f74 100644
--- a/manifests/borg.pp
+++ b/manifests/borg.pp
@@ -7,6 +7,7 @@ define backup::borg(
$user = $::hostname,
$host = "${title}.${::domain}",
$encryption = 'repokey',
+ $keyfile = '',
$order = 95,
$periodic_check = absent,
$password,