7a2069ddfb7731021e4e0e113eb4b2bf88574b26
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_3_logback.rb
1 jetty_base="/var/lib/jetty"
2
3 cookbook_file "log4j.properties" do
4    path "#{jetty_base}/config/sdc-simulator/log4j.properties"
5    source "log4j.properties"
6    owner "jetty"
7    group "jetty"
8    mode "0755"
9 end