aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/sdc-frontend
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2020-03-17 00:48:09 +0000
committerMichael Morris <michael.morris@est.tech>2020-03-18 16:37:10 +0000
commit29ef116e3a15e818d7583eddb3304788bf2d0512 (patch)
treef408d145bcc5b1ddbb83d7086969aa3d36a694d6 /catalog-fe/sdc-frontend
parent8af1780de45b17bac1619765acf056e2d3c231f4 (diff)
Fixing broken CSIT test
Change-Id: I972b485cc59bf172267988792ca8bbb95cc370fd Issue-ID: SDC-2798 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit 4d1f8679417a7936432d62e40c932d33e8926ffb)
Diffstat (limited to 'catalog-fe/sdc-frontend')
-rw-r--r--catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb
index 7dd8bb0038..0dd305ac42 100644
--- a/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb
+++ b/catalog-fe/sdc-frontend/chef-repo/cookbooks/sdc-catalog-fe/recipes/FE_1_cleanup_jettydir.rb
@@ -31,12 +31,3 @@ directory "FE_create_catalog-fe" do
mode '0755'
action :create
end
-
-directory "FE_create_log_dir" do
- path "#{ENV['JETTY_BASE']}/logs/SDC/SDC-FE/"
- owner 'jetty'
- group 'jetty'
- mode '0755'
- action :create
- recursive true
-end \ No newline at end of file