Hi,

Ruby 1.9 removed each method for strings.

But when we provision an admin node, if we edit the ntp-server role
template to add an NTP server, it will break provisionning. Because when
trying to use ntp.conf.erb template, it will call each on the string
containing the NTP servers :(

Both chef and chef-solo NTP cookbooks/ntp/template/default/ntp.conf.erb
contain this line

<% @ntp_servers.each do |ntp_server| -%>

Thanks,
-- 
Sébastien
_______________________________________________
Crowbar mailing list
[email protected]
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to