From: Tom Hughes Date: Mon, 30 May 2016 08:59:33 +0000 (+0100) Subject: Update NFS server recipe for Ubuntu 16.04 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/04a8cc9b22ba98281f21b0c41ddea8ce19bcf8b7 Update NFS server recipe for Ubuntu 16.04 --- diff --git a/cookbooks/nfs/recipes/server.rb b/cookbooks/nfs/recipes/server.rb index 33e5a315e..26159545a 100644 --- a/cookbooks/nfs/recipes/server.rb +++ b/cookbooks/nfs/recipes/server.rb @@ -20,15 +20,14 @@ package "nfs-kernel-server" service "rpcbind" do - provider Chef::Provider::Service::Upstart action [:enable, :start] supports :status => true, :restart => true, :reload => true end -# service "nfs-kernel-server" do -# action [ :enable, :start ] -# supports :status => true, :restart => true, :reload => true -# end +service "nfs-kernel-server" do + action [:enable, :start] + supports :status => true, :restart => true, :reload => true +end exports = {}