indents
This commit is contained in:
parent
33286c6ced
commit
e309559f53
|
@ -339,7 +339,8 @@ iabak = host "iabak.archiveteam.org"
|
||||||
, "retentions = 10m:30d,1h:1y,3h,10y"
|
, "retentions = 10m:30d,1h:1y,3h,10y"
|
||||||
, "[default_1min_for_1day]"
|
, "[default_1min_for_1day]"
|
||||||
, "pattern = .*"
|
, "pattern = .*"
|
||||||
,"retentions = 60s:1d"]
|
, "retentions = 60s:1d"
|
||||||
|
]
|
||||||
& graphiteCSRF
|
& graphiteCSRF
|
||||||
& cmdProperty "graphite-manage" ["syncdb", "--noinput"] `flagFile` "/etc/flagFiles/graphite-syncdb"
|
& cmdProperty "graphite-manage" ["syncdb", "--noinput"] `flagFile` "/etc/flagFiles/graphite-syncdb"
|
||||||
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=joey"] `flagFile` "/etc/flagFiles/graphite-user-joey"
|
& cmdProperty "graphite-manage" ["createsuperuser", "--noinput", "--username=joey"] `flagFile` "/etc/flagFiles/graphite-user-joey"
|
||||||
|
@ -359,7 +360,8 @@ iabak = host "iabak.archiveteam.org"
|
||||||
, " ErrorLog ${APACHE_LOG_DIR}/graphite-web_error.log"
|
, " ErrorLog ${APACHE_LOG_DIR}/graphite-web_error.log"
|
||||||
, " LogLevel warn"
|
, " LogLevel warn"
|
||||||
, " CustomLog ${APACHE_LOG_DIR}/graphite-web_access.log combined"
|
, " CustomLog ${APACHE_LOG_DIR}/graphite-web_access.log combined"
|
||||||
,"</VirtualHost>"]
|
, "</VirtualHost>"
|
||||||
|
]
|
||||||
& cmdProperty "ln" ["-sf", "/etc/apache2/sites-available/iabak-graphite-web.conf",
|
& cmdProperty "ln" ["-sf", "/etc/apache2/sites-available/iabak-graphite-web.conf",
|
||||||
"/etc/apache2/sites-enabled/iabak-graphite-web.conf"]
|
"/etc/apache2/sites-enabled/iabak-graphite-web.conf"]
|
||||||
& Apt.installed ["netcat"]
|
& Apt.installed ["netcat"]
|
||||||
|
|
Loading…
Reference in New Issue