- remove upper bound of stdlib dependency
- update meta data to work with puppet 5 and 6
- fix mountd thread number parameter for nfs server
- set specific version of nfs client packages with
package_ensure
- allow client mounts to be defined in Hiera
- Ubuntu: support 16.04
- (60cfca6) #68 recognize newer releases of Amazon Linux
- (be6b4af) Debian: rpcmountdopts has double quotes
Warning: Requires puppetlabs-stdlib > =4.8.0 !
- (ba021e9) #62 Remove herculesteam/augeasproviders_shellvar dependency
- (174a9b4) #53 Debian do not stop (nonexisting) service, when using nfs-v3
- (21c2a1d) #54 #55 Debian/Ubuntu enable the idmapd service on boot, when using nfs-v3
- (cd47771) #49 Supporting kernel 4.x in recent Amazon Linux releases
- (cf2d4f5) #37 #41 add optinal parameter
exports
for class server - (70ea022) #42 add the ability to manage the services. See
service_manage
- (1117238) #43 speed up puppet parser validate tests
- (426ad8f) #27 #44 add special config for ubuntu to fix service name bug for idmapd
- (f84c342) #45 ensure order of client class dependencies
- Issue #30 Add ability to set owner,group,perms on server::export
- Issue #35 Enable mountd_port parameter for Red Hat.
- Fixed #28 Fix puppet dependency to puppetlabs-concat
- Fixed #32 #33 Fix service in EL7 that can not be enabled.
- Fixed #34 Fixed owner, group and perms on NFSv4 mount.
- Issue #22 Make the name/ip of the server a config option in
nfs::server::export
- Issue #24 More flexible nfsv4 export naming
- Fixed #20 fix client examples in README
- Fixed #21 Debian: fix service name fpr nfs v4
- Fixed #23 Default mount name in
client::mount
`should be undef, so it gets filled in the module - Fixed #25 Fix tests for travis ci
- Fixed #19 use of wrong variable for osfamily on servers
- Issue #17 Add support for Amazon linux
- Fixed #16 revert default permissions from 0777 to 0755
- Fixed #18 problems with a host being client & server
- Issue #11 Add function to easy handle large numer of clients (see README "A large number of clients")
- Fixed #13 RHEL 7: handle service enable correct
- Fixed #12 RHEL 7: ensure client mount works correct with undef mounts
- Allow mounting shares with the same name from different servers
- Add Scientific Linux CERN support
- ensure install dependencies for mount
- add support for gentoo
- add support for RHEL 7
- add support of puppet 3.x
- add possibility to set ownership of mountpoint
- lots of tests added
- Parameter
tag
is nownfstag
Original release of deprecated module haraldsk/nfs