summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index c158ea93..50cedcc8 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -937,10 +937,12 @@ homePowerMonitor = propertyList "home power monitor" $ props
& Apache.installed
& Apt.installed ["python2", "python-pymodbus"]
& Apt.installed ["ghc", "make"]
+ & File.ownerGroup "/var/www/html" (User "joey") (Group "joey")
& Git.cloned (User "joey") "git://git.kitenet.net/joey/homepower" d Nothing
`onChange` buildpoller
& Systemd.enabled servicename
`requires` serviceinstalled
+ `onChange` Systemd.started servicename
where
d = "/var/www/html/homepower"
buildpoller = userScriptProperty (User "joey")