06151fe1fc4c90065d32aa96aa0c1e78e84b0442
[sdc.git] /
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