Fully HTTPS support in the webseal-simulator
[sdc.git] / utils / webseal-simulator / sdc-simulator / chef-repo / cookbooks / sdc-simulator / recipes / SDC_Simulator_1_cleanup_jettydir.rb
1 directory "SDC_Simulator_tempdir_creation" do
2   path "#{ENV['JETTY_BASE']}/temp"
3   owner 'jetty'
4   group 'jetty'
5   mode '0755'
6   action :create
7 end
8
9
10 directory "SDC_Simulator_create_config_dir" do
11   path "#{ENV['JETTY_BASE']}/config"
12   owner 'jetty'
13   group 'jetty'
14   mode '0755'
15   action :create
16 end
17
18
19 directory "SDC_Simulator_create_sdc-simulator" do
20   path "#{ENV['JETTY_BASE']}/config/sdc-simulator"
21   owner 'jetty'
22   group 'jetty'
23   mode '0755'
24   action :create
25 end