diff options
author | Luke Kanies <luke@madstop.com> | 2009-06-03 17:39:04 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-06 19:58:23 +1000 |
commit | 1a894554990d145652e375359a1a5d26e7f22636 (patch) | |
tree | 9998e647b359488c4bc64ff6a69ce933aa1b8859 /lib/puppet/defaults.rb | |
parent | 0de70b7035ebc7f00ede73098684ee5db4b2de14 (diff) | |
download | puppet-1a894554990d145652e375359a1a5d26e7f22636.tar.gz puppet-1a894554990d145652e375359a1a5d26e7f22636.tar.xz puppet-1a894554990d145652e375359a1a5d26e7f22636.zip |
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 <luke@madstop.com>
Minor changes to previous commit
Diffstat (limited to 'lib/puppet/defaults.rb')
-rw-r--r-- | lib/puppet/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |