Hi Guys,

I am still trying to learn puppet/hiera, so apologize for this stupid
question.  I am trying to use the
https://forge.puppet.com/Aethylred/kerberos/ module with my new puppet
installation and running into some issues with the way I am adding it to my
yaml file.  So basically when setting the following it works fine:

kerberos::default_realm: 'TEST.COM'

However, now I would like to setup the logging or realm section but can't
seem to figure out what the syntax should be.  This is what I am trying:
kerberos::logging:
  default:
    FILE : '/var/log/krb5libs.log'

kerberos::realm::kdc: 'gene-kdc.gene.com'

I have tried a few other syntax's but can't seem to get the krb5.conf to
update.  Can someone please help me figure out this syntax conversion.
Basically from this type of code:

kerberos::realm{'example.org':
  kdc => kerberos.example.org',}

to something like:

kerberos::realm::kdc: 'gene-kdc.gene.com'
Thanks for your help.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CAKyjK52Y-cO2nL3cZ1tw1nH%3D7SYwk0r6stFHGw5J7DFpRsEpJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to