summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-04-07 12:10:17 -0400
committerJoey Hess2015-04-07 12:10:17 -0400
commit749047d11232e02d70cfadd568ae31cb2942dda5 (patch)
tree03ea20ac37f50128fd36af6a678180469aa0a412 /config-joey.hs
parentb7ba169ae06dbbf383f9cea28fbe4ca7dc8ab2d1 (diff)
fix syntax
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index dfac7ac3..bb348417 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -369,7 +369,7 @@ iabak = host "iabak.archiveteam.org"
& Apt.installed ["emacs-nox"]
where
repo = "https://github.com/ArchiveTeam/IA.BAK/"
- graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org")
+ graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") $
\gettoken -> property "graphite-web CSRF token" $
gettoken $ \token -> do
makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"