diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-19 11:00:48 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-19 11:00:48 -0400 |
| commit | fffa3e003a993f889831a7e897259c20d974ef75 (patch) | |
| tree | 0c5d25cbe5725a8146013e0bf59c42571a98c2c7 /config-joey.hs | |
| parent | 2279979d32b252d826c23288bb90a723d6a1147d (diff) | |
Dns primary and secondary properties are now revertable.
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index e0973f94..1f1b6c1f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -245,7 +245,7 @@ cleanCloudAtCost = propertyList "cloudatcost cleanup" ] myDnsSecondary :: Property -myDnsSecondary = propertyList "dns secondary for all my domains" +myDnsSecondary = propertyList "dns secondary for all my domains" $ map toProp [ Dns.secondaryFor wren hosts "kitenet.net" , Dns.secondaryFor wren hosts "joeyh.name" , Dns.secondaryFor wren hosts "ikiwiki.info" |
