summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-02-23 20:03:45 -0500
committerJesse Luehrs <doy@tozt.net>2019-02-23 20:03:45 -0500
commit11b0d552bf2f834e42bbf10eec9538ad363c7402 (patch)
treed91599e6a64cc8a6153928f4880d1a9ce14be6ee
parent15e3e0dae765d4ac04182fd180f39518b1bd5c70 (diff)
downloadpuppet-tozt-11b0d552bf2f834e42bbf10eec9538ad363c7402.tar.gz
puppet-tozt-11b0d552bf2f834e42bbf10eec9538ad363c7402.zip
use consistent directory names
-rw-r--r--modules/mail/templates/duplicati-mail.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/templates/duplicati-mail.json b/modules/mail/templates/duplicati-mail.json
index f7140f9..3264374 100644
--- a/modules/mail/templates/duplicati-mail.json
+++ b/modules/mail/templates/duplicati-mail.json
@@ -25,7 +25,7 @@
"Description": "",
"Tags": [],
"TargetURL": "<%= @url %>",
- "DBPath": "/media/persistent/Duplicati/mail.sqlite",
+ "DBPath": "/media/persistent/duplicati/mail.sqlite",
"Sources": [
"/media/persistent/",
"/home/",
@@ -67,7 +67,7 @@
{
"Order": 0,
"Include": false,
- "Expression": "/media/persistent/Duplicati/"
+ "Expression": "/media/persistent/duplicati/"
}
],
"Metadata": {},