summaryrefslogtreecommitdiffstats
path: root/modules/borgmatic
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-25 21:39:10 -0400
committerJesse Luehrs <doy@tozt.net>2021-03-25 21:39:10 -0400
commit34083cb72cb1438ee369d763555818875360f8c6 (patch)
tree12279ca7279230a87aea03b782c7049b96ade24e /modules/borgmatic
parentd4ebf5d2b03eb4c8bbd481184a0dcd228071854d (diff)
downloadpuppet-tozt-34083cb72cb1438ee369d763555818875360f8c6.tar.gz
puppet-tozt-34083cb72cb1438ee369d763555818875360f8c6.zip
typo
Diffstat (limited to 'modules/borgmatic')
-rw-r--r--modules/borgmatic/templates/config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/borgmatic/templates/config.yaml b/modules/borgmatic/templates/config.yaml
index bb4d1da..63fb9bc 100644
--- a/modules/borgmatic/templates/config.yaml
+++ b/modules/borgmatic/templates/config.yaml
@@ -4,7 +4,7 @@ location:
- /etc
- /usr/local/bin
<%- @extra_paths.each do |path| -%>
- - <%= @path %>
+ - <%= path %>
<%- end -%>
repositories:
- borg@<%= @borgmatic_host %>:<%= @current_hostname %>