summaryrefslogtreecommitdiffstats
path: root/modules/borgmatic
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-25 21:03:30 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-25 21:03:30 -0400
commit12e995d0dde2fbce89bd0faaea4d4ab6c25eccff (patch)
treecbd9240395ff52c42d27daf094b509916ce4681b /modules/borgmatic
parent26d6ecc2504678d0936afedf82feef5f7cd796a7 (diff)
downloadpuppet-tozt-12e995d0dde2fbce89bd0faaea4d4ab6c25eccff.tar.gz
puppet-tozt-12e995d0dde2fbce89bd0faaea4d4ab6c25eccff.zip
use correct variable name
Diffstat (limited to 'modules/borgmatic')
-rw-r--r--modules/borgmatic/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/borgmatic/manifests/init.pp b/modules/borgmatic/manifests/init.pp
index 9ea1181..1ee3a3f 100644
--- a/modules/borgmatic/manifests/init.pp
+++ b/modules/borgmatic/manifests/init.pp
@@ -4,6 +4,7 @@ class borgmatic($host = 'partofme.algo') {
}
$current_hostname = "${facts['networking']['hostname']}"
+ $borgmatic_host = $host
$borgmatic_passphrase = secret::value('borgmatic_passphrase')
file {
"/etc/borgmatic":