Skip to content

Commit

Permalink
Bugfix: Make sure Upstart is used as provider when starting up mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjblomqvist committed Aug 23, 2012
1 parent cd149c1 commit 2239406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/htpc/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
package "mongodb-10gen"

service "mongodb" do
provider Chef::Provider::Service::Upstart
action [:start, :enable]
end

Expand Down

0 comments on commit 2239406

Please sign in to comment.