e838543e7d753bac8b98d2be9e19831bf9eb7389
[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/keystore" do
10    source "keystore"
11    owner "jetty"
12    group "jetty"
13    mode 0755
14 end