syntax
This commit is contained in:
parent
4afbee11ac
commit
f93d3a93a7
|
@ -371,8 +371,8 @@ iabak = host "iabak.archiveteam.org"
|
||||||
repo = "https://github.com/ArchiveTeam/IA.BAK/"
|
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 -> property "graphite-web CSRF token" $
|
||||||
gettoken $ \token ->
|
gettoken $ \token -> makeChange $ File.containsLine $
|
||||||
makeChange $ File.containsLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
"/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
||||||
|
|
||||||
--' __|II| ,.
|
--' __|II| ,.
|
||||||
---- __|II|II|__ ( \_,/\
|
---- __|II|II|__ ( \_,/\
|
||||||
|
|
Loading…
Reference in New Issue