From 8f278c828c9f37e64fdf53a506e902eb5f199f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Sat, 17 Apr 2010 18:46:28 +0300 Subject: [PATCH] Changed puppet client serialization format to yaml instead of pson. Pson failed with kerberos keytabs. --- puppet/templates/puppet.conf.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/puppet/templates/puppet.conf.erb b/puppet/templates/puppet.conf.erb index 67fa186..4b9343d 100644 --- a/puppet/templates/puppet.conf.erb +++ b/puppet/templates/puppet.conf.erb @@ -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