john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Chef recipe tomcat6

package "tomcat6" do
  action :install
end

package "libtcnative-1" do
  action :install
end


directory "/var/lib/ssl" do
  action :create
end


service "tomcat6" do
  supports :start => true, :restart => true, :status => true, :stop => true
  action [:enable]
end

  • « Chef recipe disable ipv6
  • Chef recipe if statement »

Published

Oct 10, 2011

Category

chef

~37 words

Tags

  • chef 15
  • recipe 5
  • tomcat6 7