Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
OPS-15607. Removed Conf file because it is provided by package and co…
Browse files Browse the repository at this point in the history
…using issues. It is not critical because we have override file
  • Loading branch information
Roman Chyr committed Dec 21, 2017
1 parent 05da3c1 commit f09e32e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ies-gearmand/recipes/service.rb
Expand Up @@ -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'
Expand Down

0 comments on commit f09e32e

Please sign in to comment.