Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Add basic hiera support #36

Closed
wants to merge 1 commit into from
Closed

Conversation

mikebryant
Copy link

With this, you can configure your exports entirely through hiera, e.g.

nfs::server::hiera_exports: true
nfs::server::exports:
  /mnt/something:
    ensure: mounted
    clients: '*(fsid=0,ro,insecure,async,all_squash,no_subtree_check,mountpoint=/mnt/something)'

@dwerder
Copy link
Member

dwerder commented Sep 29, 2015

Can you add your example to the README ?

@dwerder dwerder self-assigned this Sep 29, 2015
@dwerder
Copy link
Member

dwerder commented Sep 29, 2015

And can you open that PR to the develop branch please

@mikebryant
Copy link
Author

Sure, will do

@mikebryant mikebryant closed this Sep 29, 2015
dwerder added a commit that referenced this pull request Sep 29, 2015
Add basic hiera support (Was #36)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants