summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 01:58:31 -0400
committerJoey Hess2014-04-19 01:58:31 -0400
commitba4f5599ecffd2019ede02e0267d87b818f956b1 (patch)
treea1c656201d34ce205d5abd4c42c35632928fd7c9 /Propellor/Property
parentf4c0df84eeccbf27c0a3937cbd2aabff0a2420bd (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 68ce757e..19844650 100644
--- a/Propellor/Property/Dns.hs
+++ b/Propellor/Property/Dns.hs
@@ -87,7 +87,7 @@ secondary hosts domain = secondaryFor masters hosts domain
-- | This variant is useful if the primary server does not have its DNS
-- configured via propellor.
-secondaryFor :: [HostName] -> [Host] -> Domain -> -> Property
+secondaryFor :: [HostName] -> [Host] -> Domain -> Property
secondaryFor masters hosts domain = pureAttrProperty desc (addNamedConf conf)
`requires` servingZones
where