propellor spin
This commit is contained in:
parent
a80baa86d2
commit
704d6b353b
|
@ -116,8 +116,8 @@ secondaryFor masters hosts domain = RevertableProperty setup cleanup
|
||||||
-- running.
|
-- running.
|
||||||
servingZones :: Property
|
servingZones :: Property
|
||||||
servingZones = namedConfWritten
|
servingZones = namedConfWritten
|
||||||
`requires` Apt.serviceInstalledRunning "bind9"
|
|
||||||
`onChange` Service.reloaded "bind9"
|
`onChange` Service.reloaded "bind9"
|
||||||
|
`requires` Apt.serviceInstalledRunning "bind9"
|
||||||
|
|
||||||
namedConfWritten :: Property
|
namedConfWritten :: Property
|
||||||
namedConfWritten = property "named.conf configured" $ do
|
namedConfWritten = property "named.conf configured" $ do
|
||||||
|
|
Loading…
Reference in New Issue