Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
05c787fa0f21016151145857b741e0bac801c088
[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
10
11
12
cookbook_file "logback.xml" do
13
path "#{jetty_base}/config/sdc-simulator/logback.xml"
14
source "logback.xml"
15
owner "jetty"
16
group "jetty"
17
mode "0755"
18
end