diff options
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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") |
