Displaying 1 result from an estimated 1 matches for "sshd_auth".
2012 Aug 17
5
Hiera, Hashes, and Create_resources
...Aug 17 12:59:09 puppet puppet-master[67407]: (Scope(Sshd_lookup[server-d])) setting sshd_type: local
I want it to print out just server-a''s value. How do I do that?
Also, interestingly, it printed out each of the server names (keys?)
in the hash but the value of the server-a''s sshd_auth entry.
My YAML, puppet manifest and error follow.
# cat common.yaml
---
searchdomain : ''example.com''
ssh_auth : ldap
servers :
server-a :
sshd_auth: "local"
ClientAliveInterval: "nil"...