Skip to content

Commit

Permalink
Merge pull request #11 from opscode-cookbooks/ssd/OC-11575
Browse files Browse the repository at this point in the history
[OC-11575] Don't start services by default in HA topology.
  • Loading branch information
Irving Popovetsky committed Jul 18, 2014
2 parents 8133480 + 4d4db16 commit 9c767c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 0.4.3 - 2014-07-18
- [OC-11575] Don't start services by default in HA topology

# 0.4.2 - 2014-05-13
- Enable a cluster's default encoding to be specified
4 changes: 4 additions & 0 deletions definitions/component_runit_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
file "#{node['runit']['sv_dir']}/#{component}/keepalive_me" do
action is_keepalive_service ? :create : :delete
end

file "#{node['runit']['sv_dir']}/#{component}/down" do
action is_keepalive_service ? :create : :delete
end
end

end
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
license 'All rights reserved'
description 'Installs common libraries and resources for Enterprise Chef and closed-source additions'
long_description 'Installs common libraries and resources for Enterprise Chef and closed-source additions'
version '0.4.2'
version '0.4.3'

depends 'runit', '> 1.0.0'

0 comments on commit 9c767c3

Please sign in to comment.