lib/toaster/util/lxc.rb in cloud-toaster-1.1.4 vs lib/toaster/util/lxc.rb in cloud-toaster-1.1.5
- old
+ new
@@ -137,10 +137,10 @@
Config.values.each do |key,value|
if key != "chef"
node_attributes["toaster"][key] = value
end
end
- puts "DEBUG: Chef node attributes: #{node_attributes.inspect}"
+ puts "DEBUG: Chef automation #{chef_node}, node attributes: #{node_attributes.inspect}"
run_chef(lxc, chef_node, node_attributes)
end
def self.run_chef(lxc, chef_node, node_attributes)