Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9a284deb8a86590f960ba126fc4bf80ca94e696f
[sdc.git]
/
1
cookbook_file "webseal.conf" do
2
path "/#{jetty_base}/config/sdc-simulator/"
3
source "webseal.conf"
4
owner "jetty"
5
group "jetty"
6
mode "0755"
7
end
8
9
10
cookbook_file "logback.xml" do
11
path "/#{jetty_base}/config/sdc-simulator/"
12
source "logback.xml"
13
owner "jetty"
14
group "jetty"
15
mode "0755"
16
end