]> git.openstreetmap.org Git - chef.git/commitdiff
The NFS server service is now nfs-server
authorTom Hughes <tom@compton.nu>
Fri, 14 Oct 2016 21:51:25 +0000 (22:51 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 14 Oct 2016 21:51:25 +0000 (22:51 +0100)
cookbooks/nfs/recipes/server.rb

index 278b08d7f2616515ba5b2a3dd3bab604226d5102..cf6287711635cadf1fe568c8aeb47ec2bf592ae1 100644 (file)
@@ -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 = {}