From 798a94f75df0816c77fdae19b0b38bf0ec0f52d8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Apr 2015 12:14:01 -0400 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 8d8eae4b..dede7c6a 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -371,8 +371,8 @@ iabak = host "iabak.archiveteam.org" repo = "https://github.com/ArchiveTeam/IA.BAK/" graphiteCSRF = withPrivData (Password "csrf-token") (Context "iabak.archiveteam.org") $ \gettoken -> property "graphite-web CSRF token" $ - gettoken $ \token -> makeChange $ File.containsLine $ - "/etc/graphite/local_settings.py" "SECRET_KEY = '"++ token ++"'" + gettoken $ \token -> ensureProperty $ File.containsLine + "/etc/graphite/local_settings.py" ("SECRET_KEY = '"++ token ++"'") --' __|II| ,. ---- __|II|II|__ ( \_,/\ -- cgit v1.2.3