summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorDaniel Brooks2015-05-22 12:26:42 -0400
committerDaniel Brooks2015-05-22 12:26:42 -0400
commit762ae8585a094ff8163653854adc992fcb00ce66 (patch)
tree196071df08388f3c88ce83937280e37b75aff1cb /src/Propellor
parentde07d0f7209372c3d339e34ba86986877f6c80ab (diff)
fix carbon-cache retention for IABak
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs
index fc56de85..86229e10 100644
--- a/src/Propellor/Property/SiteSpecific/IABak.hs
+++ b/src/Propellor/Property/SiteSpecific/IABak.hs
@@ -65,7 +65,7 @@ graphiteServer = propertyList "iabak graphite server" $ props
, "retentions = 60:90d"
, "[iabak]"
, "pattern = ^iabak\\."
- , "retentions = 10m:30d,1h:1y,3h,10y"
+ , "retentions = 10m:30d,1h:1y,3h:10y"
, "[default_1min_for_1day]"
, "pattern = .*"
, "retentions = 60s:1d"