change context
This commit is contained in:
parent
e309559f53
commit
effde8f1ea
|
@ -369,7 +369,7 @@ iabak = host "iabak.archiveteam.org"
|
||||||
& Apt.installed ["emacs-nox"]
|
& Apt.installed ["emacs-nox"]
|
||||||
where
|
where
|
||||||
repo = "https://github.com/ArchiveTeam/IA.BAK/"
|
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 -> property "graphite-web CSRF token" $
|
||||||
gettoken $ \token -> do
|
gettoken $ \token -> do
|
||||||
makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
||||||
|
|
Loading…
Reference in New Issue