diff --git a/recipes/install.rb b/recipes/install.rb index c392442..1045cf2 100644 --- a/recipes/install.rb +++ b/recipes/install.rb @@ -27,9 +27,6 @@ end service node['sshd']['service_name'] do - # Due to a bug in Chef, we need to manually set the provider to Upstart for Ubuntu 13.10 and 14.04 - # This will probably be fixed in chef-client 11.14 - provider Chef::Provider::Service::Upstart if node['platform'] == 'ubuntu' && node['platform_version'] >= '13.10' supports status: true, restart: true, reload: true action [:enable, :start] end