diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-18 00:08:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-18 00:08:34 -0400 |
| commit | 0ff2fbc848decc56602b0ad49620a2b0f4d2b25b (patch) | |
| tree | 87f580fb2476cc35c6f320d55abe1fcb246356d1 /src/Propellor/Property | |
| parent | 677d060b3621305835461d6a2425e94b15379e8f (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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 |
