summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-18 21:10:44 -0400
committerJoey Hess2014-04-18 21:10:44 -0400
commitc8a3653775892bd361091885c63113b6ca36ed5a (patch)
tree672624a10fc528b9e04ac2ab73db14ccad22e899 /config-joey.hs
parent8e22065deff41c3e476763ebd939a63856e6d54b (diff)
genZone is working! complete DNS zone file generation from propellor config
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 8c61c325..289d3240 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -241,8 +241,8 @@ myDnsSecondary =
, Dns.secondary "branchable.com" branchablemaster
]
where
- master = getAddresses "wren.kitenet.net" hosts
- branchablemaster = getAddresses "pell.branchable.com" hosts
+ master = hostAddresses "wren.kitenet.net" hosts
+ branchablemaster = hostAddresses "pell.branchable.com" hosts
main :: IO ()
main = defaultMain hosts