----- Original Message ----- > From: "Christopher Wood" <christopher_w...@pobox.com> > To: "puppet-users" <puppet-users@googlegroups.com> > Sent: Friday, 16 September, 2016 19:10:23 > Subject: [Puppet Users] notify resource different between 3 and 4?
> While trying to figure out the reduce function with notice/notify I happened > across this thing. It looks like an unquoted array in the notify resource's > message only appears as its first array item. Not sure if it's a bug. > > I couldn't find any documentation to say if this was intended and I couldn't > really tell what the type was doing with the self.should bit. I am not > actually > a programmer. > > $ cat /tmp/xx.pp > $array = ["one", "two", "three"] > > notify { 'notify one': > message => "${array}", > } > > notify { 'notify two': > message => $array, > } > yes this is across all resource types, you cant pass a array to the namevar and produce many resources, you have to do so to the title -- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/403108144.592797.1474046268142.JavaMail.zimbra%40devco.net. For more options, visit https://groups.google.com/d/optout.