Removed preferred_serialization_format from puppet.conf
Forcing serialization format breaks compatibility between different puppet versions.
This commit is contained in:
parent
2ec895cf92
commit
c64947271f
1 changed files with 0 additions and 3 deletions
|
@ -60,8 +60,5 @@
|
||||||
# The default value is '$confdir/localconfig'.
|
# The default value is '$confdir/localconfig'.
|
||||||
localconfig = $vardir/localconfig
|
localconfig = $vardir/localconfig
|
||||||
|
|
||||||
# Use yaml for serialization (kerberos keytabs fail with pson)
|
|
||||||
preferred_serialization_format = yaml
|
|
||||||
|
|
||||||
# Enable dot graphs of configuration depencies
|
# Enable dot graphs of configuration depencies
|
||||||
graph = true
|
graph = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue