From f09e32e09b8d7a5eab98986d7107de6147c82954 Mon Sep 17 00:00:00 2001 From: Roman Chyr Date: Thu, 21 Dec 2017 14:51:31 +0200 Subject: [PATCH] OPS-15607. Removed Conf file because it is provided by package and cousing issues. It is not critical because we have override file --- ies-gearmand/recipes/service.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ies-gearmand/recipes/service.rb b/ies-gearmand/recipes/service.rb index c6a375da9..74837b388 100644 --- a/ies-gearmand/recipes/service.rb +++ b/ies-gearmand/recipes/service.rb @@ -20,14 +20,6 @@ end end -cookbook_file "/etc/init/#{name}.conf" do - action :create_if_missing - source 'upstart.conf' - owner 'root' - group 'root' - mode 00644 -end - cookbook_file "/etc/init/#{name}.override" do source 'upstart.conf' owner 'root'