Project

General

Profile

Download (193 Bytes) Statistics
| Branch: | Tag: | Revision:
store.dns = Services::DNS::System.new

node 'Services', :dir => 'services'

node 'Zones' do
zone_list = Proc.new{ store.dns.zones }

attr_search_node

node zone_list, :dir => '_zone'
end
    (1-1/1)