Fully HTTPS support in the webseal-simulator
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_3_logback.rb
1 cookbook_file "log4j.properties" do
2    path "#{ENV['JETTY_BASE']}/config/sdc-simulator/log4j.properties"
3    source "log4j.properties"
4    owner "jetty"
5    group "jetty"
6    mode "0755"
7 end