Re: [Puppet Users] Fun with hashes and ERB

2011-05-17 Thread Aaron Grewell
Thanks, that worked perfectly! I had no idea key and value were reserved words. On Mon, May 16, 2011 at 6:16 PM, yzhk...@gmail.com yzhk...@gmail.comwrote: multipaths { % devices.each do |key,value| -% multipath { wwid%= value % alias %= key % } %

Re: [Puppet Users] Fun with hashes and ERB

2011-05-16 Thread yzhk...@gmail.com
multipaths { % devices.each do |key,value| -% multipath { wwid%= value % alias %= key % } % end -% } On Tue, May 17, 2011 at 2:29 AM, Aaron Grewell aaron.grew...@gmail.comwrote: Hi all, I'm trying to figure out the intersection of hashes and ERB. I don't