Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Releases: echocat/puppet-nfs

Release for PuppetForge

03 May 04:16
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

  • idmapd is only run on NFSv4 Ubuntu clients for versions < 16.04
  • allow puppetlabs-concat 2.x
  • use OS defaults for number of mountd threads
  • allow client mounts to be defined in Hiera

Release for PuppetForge

19 Mar 16:50
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

Bugfixes:

  • (60cfca6) #68 recognize newer releases of Amazon Linux
  • (be6b4af) Debian: rpcmountdopts has double quotes

Release for PuppetForge

18 Jan 14:43
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

!!! raise veriosn of requirements for stdlib to >4.8.0 !!!

Features:

  • (ba021e9) #62 Remove herculesteam/augeasproviders_shellvar dependency

Release for PuppetForge

08 Jan 15:03
Compare
Choose a tag to compare

Bugfixes:

  • (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

Release for PuppetForge

23 Oct 09:11
Compare
Choose a tag to compare

Bugfixes:

  • (cd47771) #49 Supporting kernel 4.x in recent Amazon Linux releases

Release for PuppetForge

16 Oct 12:45
Compare
Choose a tag to compare

Features:

(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

Bugfixes:

(426ad8f) #27 #44 add special config for ubuntu to fix service name bug for idmapd
(f84c342) #45 ensure order of client class dependencies

Release for PuppetForge

29 Sep 15:22
Compare
Choose a tag to compare

Features:

  • Issue #30 Add ability to set owner,group,perms on server::export
  • Issue #35 Enable mountd_port parameter for Red Hat.

Bugfixes:

  • 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.

Release for PuppetForge

05 Jun 21:06
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

Features:

  • Issue #22 Make the name/ip of the server a config option in nfs::server::export
  • Issue #24 More flexible nfsv4 export naming

Bugfixes:

  • 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

Release for PuppetForge

28 Apr 07:03
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

Bugfixes:

  • Fixed #19 use of wrong variable for osfamily on servers

Release for PuppetForge

22 Apr 09:41
Compare
Choose a tag to compare

This is released at https://forge.puppetlabs.com/echocat/nfs

Features:

  • Issue #17 Add support for Amazon linux

Bugfixes:

  • Fixed #16 revert default permissions from 0777 to 0755
  • Fixed #18 problems with a host being client & server