diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-18 21:10:44 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-18 21:10:44 -0400 |
| commit | c8a3653775892bd361091885c63113b6ca36ed5a (patch) | |
| tree | 672624a10fc528b9e04ac2ab73db14ccad22e899 /config-joey.hs | |
| parent | 8e22065deff41c3e476763ebd939a63856e6d54b (diff) | |
genZone is working! complete DNS zone file generation from propellor config
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 4 |
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 |
