From: Tom Hughes Date: Fri, 14 Oct 2016 21:51:25 +0000 (+0100) Subject: The NFS server service is now nfs-server X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/14463b0b218adeb7ca5af0795aa17e050357fc18 The NFS server service is now nfs-server --- diff --git a/cookbooks/nfs/recipes/server.rb b/cookbooks/nfs/recipes/server.rb index 278b08d7f..cf6287711 100644 --- a/cookbooks/nfs/recipes/server.rb +++ b/cookbooks/nfs/recipes/server.rb @@ -21,12 +21,10 @@ package "nfs-kernel-server" service "rpcbind" do action [:enable, :start] - supports :status => true, :restart => true, :reload => true end -service "nfs-kernel-server" do +service "nfs-server" do action [:enable, :start] - supports :status => true, :restart => true, :reload => true end exports = {}