Skip to content

Commit

Permalink
Merge branch 'bijugs-service-status'
Browse files Browse the repository at this point in the history
  • Loading branch information
mthssdrbrg committed Jun 11, 2014
2 parents 6b89063 + a2dd08f commit 3232461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipes/_configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@

service 'kafka' do
provider kafka_init_opts[:provider]
supports start: true, stop: true, restart: true
supports start: true, stop: true, restart: true, status: true
action [:enable]
end
2 changes: 1 addition & 1 deletion recipes/zookeeper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@

service 'zookeeper' do
provider zookeeper_init_opts[:provider]
supports start: true, stop: true, restart: true
supports start: true, stop: true, restart: true, status: true
action [:enable, :start]
end

0 comments on commit 3232461

Please sign in to comment.