diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:08:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-07 12:08:43 -0400 |
| commit | cba45e36372bb109309b8ce6945ab5d81e6c4430 (patch) | |
| tree | 8e92c240775f6e3511f813de08b8ed4e54a493aa | |
| parent | effde8f1eac6a0ac8c945eca574fa9be4b5b9440 (diff) | |
one more indent
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 1ed913f8..4e51def7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -331,7 +331,7 @@ iabak = host "iabak.archiveteam.org" & Cron.runPropellor (Cron.Times "30 * * * *") & Apt.installed ["libapache2-mod-wsgi", "graphite-carbon", "graphite-web"] & File.hasContent "/etc/carbon/storage-schemas.conf" - [ "[carbon]" + [ "[carbon]" , "pattern = ^carbon\." , "retentions = 60:90d" , "[iabak]" |
