Skip to content

Commit

Permalink
Removed obsolete files/templates from the default recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
fooforge committed Jul 1, 2012
1 parent 42d4c71 commit d0b0122
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion attributes/default.rb
Expand Up @@ -20,7 +20,6 @@
default[:bind9][:data_path] = "/var/named"
else
default[:bind9][:config_path] = "/etc/bind"
default[:bind9][:config_file] = "/etc/bind/named.conf"
default[:bind9][:options_file] = "/etc/bind/named.conf.options"
default[:bind9][:local_file] = "/etc/bind/named.conf.local"
default[:bind9][:data_path] = "/var/cache/bind"
Expand Down
8 changes: 0 additions & 8 deletions recipes/default.rb
Expand Up @@ -42,14 +42,6 @@
action [ :enable ]
end

template node[:bind9][:config_file] do
source "named.conf.erb"
owner "root"
group "root"
mode 0644
notifies :restart, resources(:service => "bind9")
end

template node[:bind9][:options_file] do
source "named.conf.options.erb"
owner "root"
Expand Down

0 comments on commit d0b0122

Please sign in to comment.