On Wed, Aug 22, 2012 at 10:29 AM, iamauser <[email protected]> wrote:
> Any example, for this case ? I didn't find any on the web...
>
> thanks
Bleh, join is string only. unique will remove any duplicates:
$sys_server = [ ginger , test0 ]
$usr_server = [ test0, test1, test2 ]
$all = [$sys_server, $usr_server]
$server = unique(flatten($all))
notify { $server: }
Nan
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.