summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-04-07 12:09:36 -0400
committerJoey Hess2015-04-07 12:09:51 -0400
commitb7ba169ae06dbbf383f9cea28fbe4ca7dc8ab2d1 (patch)
tree07be8c859113b08f0e25949579974591ff9f5f61
parentcba45e36372bb109309b8ce6945ab5d81e6c4430 (diff)
fix missing backslash
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 4e51def7..dfac7ac3 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -332,10 +332,10 @@ iabak = host "iabak.archiveteam.org"
& Apt.installed ["libapache2-mod-wsgi", "graphite-carbon", "graphite-web"]
& File.hasContent "/etc/carbon/storage-schemas.conf"
[ "[carbon]"
- , "pattern = ^carbon\."
+ , "pattern = ^carbon\\."
, "retentions = 60:90d"
, "[iabak]"
- , "pattern = ^iabak\."
+ , "pattern = ^iabak\\."
, "retentions = 10m:30d,1h:1y,3h,10y"
, "[default_1min_for_1day]"
, "pattern = .*"