summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-20 22:54:31 -0400
committerJoey Hess2014-04-20 22:54:31 -0400
commit704d6b353b445f98004ed4deaded5ad682342a65 (patch)
tree54cf5dabd120154c4ab166609a7377abb414d5bc /Propellor/Property
parenta80baa86d252e9bfff6fc1963ddadc1da07dad51 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Dns.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Dns.hs b/Propellor/Property/Dns.hs
index 73d427c0..40cadb6d 100644
--- a/Propellor/Property/Dns.hs
+++ b/Propellor/Property/Dns.hs
@@ -116,8 +116,8 @@ secondaryFor masters hosts domain = RevertableProperty setup cleanup
-- running.
servingZones :: Property
servingZones = namedConfWritten
- `requires` Apt.serviceInstalledRunning "bind9"
`onChange` Service.reloaded "bind9"
+ `requires` Apt.serviceInstalledRunning "bind9"
namedConfWritten :: Property
namedConfWritten = property "named.conf configured" $ do