Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Templating the zonefile needs to be done in a wrapper not here
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Oct 21, 2015
1 parent da61526 commit e202c6d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions recipes/default.rb
Expand Up @@ -39,12 +39,3 @@
group 'root'
notifies :restart, 'service[maradns]'
end

# be sure to create the db.domain template.
template "/etc/maradns/db.#{node['domain']}" do
source "db.#{node['domain']}.erb"
mode '0644'
owner 'root'
group 'root'
notifies :restart, 'service[maradns]'
end

0 comments on commit e202c6d

Please sign in to comment.