change context

This commit is contained in:
Joey Hess 2015-04-07 12:08:14 -04:00
parent e309559f53
commit effde8f1ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 "graphite-web")
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 ++"'"