Skip to content

Commit eb16edd

Browse files
committed
nfs-client: Install nfs-client package
Without this, we don't have mount.nfs, which is going to be an issue :-)
1 parent 8c55ebe commit eb16edd

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)