e482b693e747f3cd3563fb4c9cb21d65ba7228cc
[sdc.git] /
1 directory "Jetty_etcdir_creation" do
2         path "#{ENV['JETTY_BASE']}/etc"
3         owner 'jetty'
4         group 'jetty'
5         mode '0755'
6         action :create
7 end
8         
9 cookbook_file "#{ENV['JETTY_BASE']}/etc/org.onap.sdc.p12" do
10    source "org.onap.sdc.p12"
11    owner "jetty"
12    group "jetty"
13    mode 0755
14 end
15
16 cookbook_file "#{ENV['JETTY_BASE']}/etc/org.onap.sdc.trust.jks" do
17    source "org.onap.sdc.trust.jks"
18    owner "jetty"
19    group "jetty"
20    mode 0755
21 end
22