From c64947271f170f535ad08e7437c014036626b8dc Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Mon, 11 Jul 2011 16:41:18 +0300 Subject: [PATCH] Removed preferred_serialization_format from puppet.conf Forcing serialization format breaks compatibility between different puppet versions. --- puppet/templates/puppet.conf.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/puppet/templates/puppet.conf.erb b/puppet/templates/puppet.conf.erb index 9b2d447..f4e9b9b 100644 --- a/puppet/templates/puppet.conf.erb +++ b/puppet/templates/puppet.conf.erb @@ -60,8 +60,5 @@ # 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