From 1a894554990d145652e375359a1a5d26e7f22636 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 3 Jun 2009 17:39:04 -0500 Subject: Changing the preferred serialization format to json This won't affect most people, but it's a good default to have for those who can support it. Signed-off-by: Luke Kanies Minor changes to previous commit --- lib/puppet/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/defaults.rb') diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 8743f859d..a2ccd8a05 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -490,7 +490,7 @@ module Puppet authority requests. It's a separate server because it cannot and does not need to horizontally scale."], :ca_port => ["$masterport", "The port to use for the certificate authority."], - :preferred_serialization_format => ["yaml", "The preferred means of serializing + :preferred_serialization_format => ["json", "The preferred means of serializing ruby instances for passing over the wire. This won't guarantee that all instances will be serialized using this method, since not all classes can be guaranteed to support this format, but it will be used for all -- cgit