diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-20 22:54:31 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-20 22:54:31 -0400 |
| commit | 704d6b353b445f98004ed4deaded5ad682342a65 (patch) | |
| tree | 54cf5dabd120154c4ab166609a7377abb414d5bc | |
| parent | a80baa86d252e9bfff6fc1963ddadc1da07dad51 (diff) | |
propellor spin
| -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 |
