lib/chef/resource/machine.rb in chef-provisioning-0.19 vs lib/chef/resource/machine.rb in chef-provisioning-0.20

- old
+ new

@@ -46,10 +46,10 @@ # Client attributes attribute :admin, :kind_of => [TrueClass, FalseClass] attribute :validator, :kind_of => [TrueClass, FalseClass] # Client Ohai hints, allows machine to enable hints - # e.g. ohai_hint 'ec2' => { 'a' => 'b' } creates file ec2.json with json contents { 'a': 'b' } + # e.g. ohai_hints 'ec2' => { 'a' => 'b' } creates file ec2.json with json contents { 'a': 'b' } attribute :ohai_hints, :kind_of => Hash # A string containing extra configuration for the machine attribute :chef_config, :kind_of => String