Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
class bind::zones { if defined(Class["bind::master"]) { $zone_type = "master" } else { $zone_type = "slave" } Bind::Zone{ masterip => "x.x.x.x", type => $zone_type, } bind::zone{"my.com": comment => "My Domain" } } ## node include bind::slave include bind::zones
This paste will be private.
From the Design Piracy series on my blog: