On Wed, Jan 11, 2012 at 11:59 AM, Antidot SAS 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 +> [
Hi everyone,
Let's say that I have declared a virtual ressource as follow:
@group { 'test':
gid => '999',
tag => [ 'test' ],
}
Is that possible to do some kind of "+>" later on?
like that
Group['test'] { tag +> ['foo'] }
Because when I want to create the virtual ressource I have no idea