Skip to content

Commit

Permalink
cook-19, template source should be .erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 19, 2009
1 parent 6d22d7a commit 830b064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maradns/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# be sure to create the db.domain template.
template "/etc/maradns/db.#{node[:domain]}" do
source "db.#{node[:domain]}"
source "db.#{node[:domain]}.erb"
mode 0644
owner "root"
group "root"
Expand Down

0 comments on commit 830b064

Please sign in to comment.