Displaying 1 result from an estimated 1 matches for "option4".
Did you mean:
  option
  
2012 Jan 26
1
Question about puppet module development
...ovide ''include'' directive, so i need to manage whole file.
First i want to use augeas for this purposes, but find that augeas
supplied with debian squeeze have troubles with krb5.conf.
File have next structure:
[section1]
option1 = value
option2 = value
[section2]
option3 = value
option4 = value
For example configuration of two realms looks like:
[realms]
        ATHENA.MIT.EDU = {
                kdc = kerberos.mit.edu:88
                kdc = kerberos-1.mit.edu:88
                kdc = kerberos-2.mit.edu:88
                admin_server = kerberos.mit.edu
                default_...