lib/chef/resource/machine_execute.rb in chef-provisioning-0.19 vs lib/chef/resource/machine_execute.rb in chef-provisioning-0.20
- old
+ new
@@ -17,12 +17,13 @@
actions :run
default_action :run
attribute :command, :kind_of => String, :name_attribute => true
attribute :machine, :kind_of => String
+ attribute :live_stream, :kind_of => [TrueClass,FalseClass], :default => false
attribute :chef_server, :kind_of => Hash
attribute :driver, :kind_of => Chef::Provisioning::Driver
end
end
-end
\ No newline at end of file
+end