fix func name
This commit is contained in:
parent
749047d112
commit
4afbee11ac
|
@ -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 -> do
|
gettoken $ \token ->
|
||||||
makeChange $ File.hasLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
makeChange $ File.containsLine "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'"
|
||||||
|
|
||||||
--' __|II| ,.
|
--' __|II| ,.
|
||||||
---- __|II|II|__ ( \_,/\
|
---- __|II|II|__ ( \_,/\
|
||||||
|
|
Loading…
Reference in New Issue