Skip to content

Commit 06e811f

Browse files
authored
Merge pull request #762 from vuntz/nfs-client
nfs-client: Install nfs-client package
2 parents b81b42b + eb16edd commit 06e811f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chef/cookbooks/nfs-client/recipes/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
comment_option = 'comment="managed-by-crowbar-barclamp-nfs-client"'
2525

26+
package "nfs-client"
27+
2628
### Prepare data about NFS mounts we'll handle
2729

2830
node[:nfs_client][:exports].each do |name, data|

0 commit comments

Comments
 (0)