1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{ if (Class["bind::master"]) { $zone_type = "master" } else { $zone_type = "slave" } Bind{ masterip => "1.2.3.4", type => $zone_type, } bind{"one.com"]: alsonotify => ["4.3.2.1"]; "two.com": ; "three.com": comment => "Belongs to Acme inc."; } } |

