Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created January 13, 2010 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsierles/276246 to your computer and use it in GitHub Desktop.
Save jsierles/276246 to your computer and use it in GitHub Desktop.
template "apache2.conf" do
path "#{node[:apache][:dir]}/apache2.conf"
source "apache2.conf.erb"
owner "root"
group "root"
mode 0644
notifies :reload, resources(:service => "apache2")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment