Created
June 27, 2014 15:46
-
-
Save juanluisrp/aa59b3ec51ccb07690b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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