unused
This commit is contained in:
parent
ddd4f6402d
commit
d9706c3348
|
@ -4,7 +4,6 @@ module Propellor.Property.Dns (
|
|||
secondary,
|
||||
secondaryFor,
|
||||
mkSOA,
|
||||
rootAddressesFrom,
|
||||
writeZoneFile,
|
||||
nextSerialNumber,
|
||||
adjustSerialNumber,
|
||||
|
@ -165,9 +164,6 @@ mkSOA d sn rs = SOA
|
|||
where
|
||||
hours n = n * 60 * 60
|
||||
|
||||
rootAddressesFrom :: [Host] -> HostName -> [Record]
|
||||
rootAddressesFrom hosts hn = map Address (hostAddresses hn hosts)
|
||||
|
||||
dValue :: BindDomain -> String
|
||||
dValue (RelDomain d) = d
|
||||
dValue (AbsDomain d) = d ++ "."
|
||||
|
|
Loading…
Reference in New Issue