Skip to content

Commit

Permalink
Update default.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Pash10g committed Mar 20, 2016
1 parent 54d8e09 commit a602871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# Start the mongod service
service 'mongod' do
supports :start => true, :stop => true, :restart => true, :status => true
action [:enable,:s¯tart]
action [:enable,:start]
subscribes :restart, "template[#{node['mongodb3']['mongod']['config_file']}]", :immediate
subscribes :restart, "template[#{node['mongodb3']['config']['mongod']['security']['keyFile']}", :immediate
end
Expand Down

0 comments on commit a602871

Please sign in to comment.