docs
This commit is contained in:
parent
d6640c6b85
commit
a2ef91929a
Propellor/Property
|
@ -37,8 +37,9 @@ import Data.List
|
||||||
-- with the configured IP address.
|
-- with the configured IP address.
|
||||||
--
|
--
|
||||||
-- The [(BindDomain, Record)] list can be used for additional records
|
-- The [(BindDomain, Record)] list can be used for additional records
|
||||||
-- that cannot be configured elsewhere. For example, it might contain
|
-- that cannot be configured elsewhere. This often includes NS records,
|
||||||
-- CNAMEs pointing at hosts that propellor does not control.
|
-- TXT records and perhaps CNAMEs pointing at hosts that propellor does
|
||||||
|
-- not control.
|
||||||
primary :: [Host] -> Domain -> SOA -> [(BindDomain, Record)] -> RevertableProperty
|
primary :: [Host] -> Domain -> SOA -> [(BindDomain, Record)] -> RevertableProperty
|
||||||
primary hosts domain soa rs = RevertableProperty setup cleanup
|
primary hosts domain soa rs = RevertableProperty setup cleanup
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue