summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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":