-
Notifications
You must be signed in to change notification settings - Fork 34
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 yaml code not working #29
Comments
Can you give some more detail? It successfully falls back to module hiera data right? But it doesn't find your specific Hiera data? What version of the module? What version of Puppet? I need some more information to understand what might be going on here. |
Ping... Any possibility you could provide the information above? If not I'll close this soon. |
Hi, I am experiencing the same issue on a puppet 5.3.6 master and Red Hat Enterprise Linux Server release 7.6 agents running agent version 5.5.10
|
Hi again, As a workaround for now, I tried to declare the nsswitch class and set my desired nsswitch options here:
This doesn't work for this obvious reason:
I think I am giving up for now with the puppetforge "approved" modules ;-) Just kidding and no offence I would love to help to get this fixed but unfortunately I am running out of time in a project. Hope that helps anyway! :-) all the best |
At least I figured one thing out: I forgot to remove the "include ::pam" in my profile, that's the reason for the redeclaration error haha ;-) |
The following yaml does not work. Output remains default.
nsswitch::params:
passwd: [ 'compat', 'files', 'nis', 'sss' ]
shadow: [ 'compat', 'files', 'nis', 'sss' ]
group: [ 'compat' ,'files', 'nis', 'sss' ]
hosts: [ 'files', 'dns', 'myhostname' ]
bootparams: [ 'nisplus', '[NOTFOUND=return]', 'files' ]
ethers: [ 'files' ]
netmasks: [ 'files' ]
networks: [ 'files' ]
protocols: [ 'files' ]
rpc: [ 'files' ]
services: [ 'files', 'sss']
netgroup: [ 'files', 'nis', 'sss']
publickey: [ 'nisplus' ]
automount: [ 'files', 'nis', 'sss']
aliases: [ 'files', 'nisplus' ]
The text was updated successfully, but these errors were encountered: