Changed puppet client serialization format to yaml instead of pson. Pson failed with kerberos keytabs.
This commit is contained in:
parent
d9284619e5
commit
8f278c828c
1 changed files with 3 additions and 0 deletions
|
@ -38,5 +38,8 @@
|
|||
# The default value is '$confdir/localconfig'.
|
||||
localconfig = $vardir/localconfig
|
||||
|
||||
# Use yaml for serialization (kerberos keytabs fail with pson)
|
||||
preferred_serialization_format = yaml
|
||||
|
||||
# Enable dot graphs of configuration depencies
|
||||
graph = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue