Skip to content

Commit

Permalink
Merge pull request sous-chefs#19 from universityofderby/nfs
Browse files Browse the repository at this point in the history
Updated nfs resource to use fstype property.
  • Loading branch information
richardlock authored May 24, 2017
2 parents 7c635d5 + 7aa366e commit 38a96b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
AutoFS Cookbook CHANGELOG
========================
v2.0.1 (2017-05-24)
Updated nfs resource to use fstype property.

v2.0.0 (2016-09-05)
Refactored to use new resource model with compat_resource (#18).

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
maintainer 'University of Derby'
maintainer_email 'serverteam@derby.ac.uk'
description 'Configures the autofs service'
version '2.0.0'
version '2.0.1'
source_url 'https://github.com/universityofderby/chef-autofs'
issues_url 'https://github.com/universityofderby/chef-autofs/issues'

Expand Down
2 changes: 1 addition & 1 deletion resources/nfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

action :create do
map_entry new_resource.mount_point do
fstype 'nfs4'
fstype new_resource.fstype
location new_resource.location
map new_resource.map
mount_point new_resource.key
Expand Down

0 comments on commit 38a96b9

Please sign in to comment.