Skip to content

Instantly share code, notes, and snippets.

@bradphelan
Created February 16, 2010 13:54
Show Gist options
  • Save bradphelan/305533 to your computer and use it in GitHub Desktop.
Save bradphelan/305533 to your computer and use it in GitHub Desktop.
template "/etc/resolv.conf" do
source "resolv.conf.bootstrap.erb"
variables :nameserver => nameserver
mode "644"
owner "root"
group "root"
end
template "/etc/resolv.conf" do
source "resolv.conf.erb"
mode "644"
owner "root"
group "root"
variables :search => parent
notifies :restart, resources(:service => "public-dnscache"), :immediately
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment