projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceef1ce
)
The NFS server service is now nfs-server
author
Tom Hughes
<tom@compton.nu>
Fri, 14 Oct 2016 21:51:25 +0000
(22:51 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 14 Oct 2016 21:51:25 +0000
(22:51 +0100)
cookbooks/nfs/recipes/server.rb
patch
|
blob
|
history
diff --git
a/cookbooks/nfs/recipes/server.rb
b/cookbooks/nfs/recipes/server.rb
index 278b08d7f2616515ba5b2a3dd3bab604226d5102..cf6287711635cadf1fe568c8aeb47ec2bf592ae1 100644
(file)
--- 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 = {}