A simple example :

        file { '/tmp/out':
                content => [1,2,3,8].each |$v| {
                        file { "/tmp/$v": content => $v; }
                }
        }

Should it be valid to use "each" here ? If it is, what is the expected 
behavior (in my test the content of /tmp/out is '3') ?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to