ghoneycutt / puppet-module-nfs

Puppet module to manage NFS
Other
4 stars 30 forks source link

Missing package for idmap service on rhel7 in nfs::idmap #55

Closed FayeG closed 9 years ago

FayeG commented 9 years ago

Version 1.9.0 (the latest, of today, that I can upgrade to from puppet forge)

In nfs::idmap, the service requires the file which requires the wrong package on rhel7. The systemd service start file, needed for the service, is provided by package nfs-utils not libnfsidmap.

Either it need changing or both packages need requiring.

ghoneycutt commented 9 years ago

I'm building a test environment for EL7 to figure this out.

ghoneycutt commented 9 years ago

Could you please test the code from the branch el7?

https://github.com/ghoneycutt/puppet-module-nfs/tree/el7

Work in progress in PR #56

I was able to get two systems working where one was an nfs server including the class nfs::server and the other was a nfs client including the class nfs.

jordanconway commented 9 years ago

I have successfully used this branch on RHEL 7 to mount an nfs share.

ghoneycutt commented 9 years ago

@jordanconway Thanks!!

Looks like I need to fix the spec tests and this will be ready to merge.