lib/ridley/chef_objects/client_object.rb in ridley-1.5.3 vs lib/ridley/chef_objects/client_object.rb in ridley-1.6.0

- old
+ new

@@ -23,10 +23,11 @@ attribute :public_key, type: String attribute :private_key, - type: [ String, Boolean ] + type: [ String, Boolean ], + default: false attribute :orgname, type: String # Regenerates the private key of the instantiated client object. The new