ca7d23737cf6c307a91b6c9c73a79b6c9687719e
[sdc.git] /
1 jetty_base="/var/lib/jetty"
2
3 cookbook_file "webseal.conf" do
4    path "#{jetty_base}/config/sdc-simulator/webseal.conf"
5    source "webseal.conf"
6    owner "jetty"
7    group "jetty"
8    mode "0755"
9 end