From 427aee951ad41aae9d923d231d60a2a02d3822ca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Sep 2018 11:34:29 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 33707aef..4b3b06ad 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -951,6 +951,7 @@ homePower user hosts ctx sshkey = propertyList "home power" $ props user (userGroup user) `requires` File.dirExists (takeDirectory sshkeyfile) `requires` Ssh.knownHost hosts "kitenet.net" user + & File.hasPrivContentExposed "/etc/darksky-forecast-url" anyContext where d = "/var/www/html/homepower" sshkeyfile = d ".ssh/key" -- cgit v1.2.3