lib/chef/resource/machine.rb in chef-provisioning-1.2.0 vs lib/chef/resource/machine.rb in chef-provisioning-1.2.1

- old
+ new

@@ -24,10 +24,11 @@ attribute :driver # Machine options attribute :machine_options - # Node attributes + # This includes attributes from the Cheffish::Node resources - allows us + # to specify things like `run_list`, `chef_server`, etc. Cheffish.node_attributes(self) # Client keys # Options to generate private key (size, type, etc.) when the server doesn't have it attribute :private_key_options, :kind_of => Hash