Open dploeger opened 7 years ago
I solved this for me in commenting out a line in mount.pp: ... require => [ 79 Nfs::Mkdir[$_mount], 80 # Class['::nfs::client'], 81 ], 82 } ..
Hey @echocat,
any reason this has not been incorporated into a release? Or @rudgab's solution? Can we help?
Cheers & Thanks Thomas
When using nfs::client::mounts (i.e. from hiera), a dependency cycle is generated:
Workaround: Create a profile, that creates the nfs::client::mount-types independently of the class:
and include that into the classes list.