diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-23 13:54:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-23 13:54:02 -0400 |
| commit | 792957153ca9c22de28da7be83940aa5e07af0fa (patch) | |
| tree | 3963b00a1d2a594d890adff4181895536e4c9f07 /Propellor/Property/Dns.hs | |
| parent | 50fb9961f3dfd5fcce8875c6b2b216da35cf7c42 (diff) | |
| parent | fa45d9f47ca07a99af6c9f7a335f8522836426da (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Propellor/Property/Dns.hs')
| -rw-r--r-- | Propellor/Property/Dns.hs | 2 |
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 |
