On Wed, Jan 11, 2012 at 11:59 AM, Antidot SAS <antidot...@gmail.com> wrote:
> Hi everyone,
>
>
> Let's say that I have declared a virtual resource as follow:
> @group { 'test':
>    gid => '999',
>    tag => [ 'test' ],
> }
>
>
> Is that possible to do some kind of "+>" later on?
> like that
>
> Group['test'] { tag +> ['foo'] }

I think the syntax is along the line of:

Group <| title == 'test' |> {
  tag +> ['foo'],
}

Not sure off the top of my head if this can be done multiple times, in
any case once is probably the best idea.

Thanks,

Nan

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to