From 12e995d0dde2fbce89bd0faaea4d4ab6c25eccff Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 25 Mar 2021 21:03:30 -0400 Subject: use correct variable name --- modules/borgmatic/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/borgmatic') 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": -- cgit v1.2.3-54-g00ecf