Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiera config #18

Closed
pderuiter opened this issue May 11, 2017 · 2 comments
Closed

hiera config #18

pderuiter opened this issue May 11, 2017 · 2 comments

Comments

@pderuiter
Copy link

Hi,
It would be nice if there was an example config on how to configure this in hiera since this is missing in the documentation

@michaelsstuff
Copy link
Contributor

I struggled a bit with it, but got some of it working with hiera and eyaml:

realmd::domain_join_user: 'yourADjoinUser'
realmd::domain_join_password: > ENC[PKCS7,SUPERCRYPTEDPASSWORD]
realmd::realmd_config:
'users':
default-home: '/home/%U'
'yourdomain.com':
fully-qualified-names: 'no'

realmd_config is a hashmap
Watch your spaces! yaml is counting leading spaces.

@walkamongus
Copy link
Owner

the data directory now has Hiera data that can be used for examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants