Skip to content

Instantly share code, notes, and snippets.

@juanluisrp
Created June 27, 2014 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanluisrp/aa59b3ec51ccb07690b6 to your computer and use it in GitHub Desktop.
Save juanluisrp/aa59b3ec51ccb07690b6 to your computer and use it in GitHub Desktop.
# tomcat recipe comes from https://github.com/opscode-cookbooks/tomcat
include_recipe "tomcat::default"
template "/tmp/template1" do
source "default.erb"
owner "root"
group "root"
mode "0644"
notifies :restart, "service[tomcat]", :delayed
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment