ghoneycutt / puppet-module-nfs

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

Is there an inheritance issue in nfs::server? #50

Closed FayeG closed 7 years ago

FayeG commented 9 years ago

nfs::server inherits class nfs. But class nfs is a parametrized class.

I think puppet docs suggest this should not happen, viz: https://docs.puppetlabs.com/puppet/latest/reference/lang_classes.html#inheritance

could this be a grammatical bug for nfs::server to do this?

ghoneycutt commented 9 years ago

Good catch. nfs::server should be refactored into the nfs class.