fix missing backslash

This commit is contained in:
Joey Hess 2015-04-07 12:09:36 -04:00
parent cba45e3637
commit b7ba169ae0
1 changed files with 2 additions and 2 deletions

View File

@ -332,10 +332,10 @@ iabak = host "iabak.archiveteam.org"
& Apt.installed ["libapache2-mod-wsgi", "graphite-carbon", "graphite-web"] & Apt.installed ["libapache2-mod-wsgi", "graphite-carbon", "graphite-web"]
& File.hasContent "/etc/carbon/storage-schemas.conf" & File.hasContent "/etc/carbon/storage-schemas.conf"
[ "[carbon]" [ "[carbon]"
, "pattern = ^carbon\." , "pattern = ^carbon\\."
, "retentions = 60:90d" , "retentions = 60:90d"
, "[iabak]" , "[iabak]"
, "pattern = ^iabak\." , "pattern = ^iabak\\."
, "retentions = 10m:30d,1h:1y,3h,10y" , "retentions = 10m:30d,1h:1y,3h,10y"
, "[default_1min_for_1day]" , "[default_1min_for_1day]"
, "pattern = .*" , "pattern = .*"