summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-18 00:08:34 -0400
committerJoey Hess2017-11-18 00:08:34 -0400
commit0ff2fbc848decc56602b0ad49620a2b0f4d2b25b (patch)
tree87f580fb2476cc35c6f320d55abe1fcb246356d1 /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent677d060b3621305835461d6a2425e94b15379e8f (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 0465476d..ce653f6c 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -919,7 +919,7 @@ homePowerMonitor user ctx sshkey = propertyList "home power monitor" $ props
& Systemd.enabled servicename
`requires` serviceinstalled
`onChange` Systemd.started servicename
- & User.inGroup user (Group "dialout")
+ & User.hasGroup user (Group "dialout")
& Cron.niceJob "homepower upload"
(Cron.Times "1 * * * *") user d rsynccommand
`requires` Ssh.userKeyAt (Just sshkeyfile) user ctx sshkey