summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2019-07-01 11:53:06 -0400
committerJoey Hess2019-07-01 11:53:06 -0400
commitbde17d575fdd00f54184eb69e898b462f6919638 (patch)
tree02cd3f5036f90173b6054c6b490a53ca0462ed5a /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent1353c6502d5d6d90a5b39e84bf23f96c0296d0d6 (diff)
fix
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 fcbe8639..8e3f1fbb 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -919,7 +919,7 @@ house user hosts ctx sshkey = propertyList "home automation" $ props
& Systemd.enabled watchdogservicename
`requires` watchdogserviceinstalled
`onChange` Systemd.started watchdogservicename
- & Apt.serviceInstalledRunning ["watchdog"]
+ & Apt.serviceInstalledRunning "watchdog"
& User.hasGroup user (Group "dialout")
& Group.exists (Group "gpio") Nothing
& User.hasGroup user (Group "gpio")