We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a60e06 commit 52a7518Copy full SHA for 52a7518
1 file changed
chef-server-api/lib/chef-server-api.rb
@@ -95,11 +95,11 @@ def self.activate
95
Chef::Certificate.gen_validation_key(Chef::Config[:web_ui_client_name], Chef::Config[:web_ui_key])
96
end
97
98
+ Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
99
until EM.reactor_running?
100
sleep 1
101
102
- Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
103
104
105
0 commit comments