-
Notifications
You must be signed in to change notification settings - Fork 58
Ability to set owner & group on directory within a server::export resource #30
Comments
I'll push a patchset up - just wondering if you have any views/preferences on how it should be done or if simply adding parameters to server::export and passing through to nfs::mkdir will suffice? Josh. |
I have no preference. Sounds ok to me. Waiting for the PR. |
Please add an example in the README. |
When using the nfs::server::export resource it creates a bindmount resource, which in turn creates a nfs::mkdir resource. Adding these parameters and passing them through provides the ability to set owner, group and mode metaparams on the file resource within nfs::mkdir from a server::export resource.
…port Issue #30 Add ability to set owner,group,perms on server::export
Any chance of a release including this patch? |
I will create the next puppetforge release next week. Until then u can use the github master |
Awesome, thanks! :) On Fri, 25 Sep 2015 15:13 Daniel Werdermann notifications@github.com
|
Version 1.6.0 is released: https://forge.puppetlabs.com/echocat/nfs |
Awesome, thanks! |
Hi,
We have the need to set the owner&group on the folder location for server::export folder, however server::export doesn't have parameters to set owner & group.
I notice that nfs::mkdir has params to support it.
Cheers,
Josh
The text was updated successfully, but these errors were encountered: