You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the examples of export creation use top-level directories. If you try to export a child directory, the module errors out.
node server {
class { '::nfs':
server_enabled => true
}
nfs::server::export{ '/data_folder/child_folder':
ensure => 'mounted',
}
}
Would cause an error if /data_folder doesn't already exist. I realize that Puppet doesn't create parent directories by design and this module should ensure parent directories are created.
The text was updated successfully, but these errors were encountered:
I'm still trying to submit this pull request but the build fails early on in the process. I don't know what's happening or how to fix it. Any help is appreciated.
All of the examples of export creation use top-level directories. If you try to export a child directory, the module errors out.
Would cause an error if /data_folder doesn't already exist. I realize that Puppet doesn't create parent directories by design and this module should ensure parent directories are created.
The text was updated successfully, but these errors were encountered: