On Wednesday, May 14, 2014 4:20:08 AM UTC-5, Felix.Frank wrote:
>
> On 05/06/2014 06:04 PM, Marcin wrote:
> > I use exec of course – sample of this is below:
> >
> > exec { " something _${name}":
> >
> > command => $some_command_here,
> >
> > require => something [$order],
On 05/06/2014 06:04 PM, Marcin wrote:
> I use exec of course – sample of this is below:
>
> exec { " something _${name}":
>
> command => $some_command_here,
>
> require => something [$order],
>
> creates => some entry here
>
> }
>
>
>
> but what do I need to put i
I got the following lines in Hiera:
# My hash array
somehash::somevalues:
# NODE1 - ukdc1-c1-pscn01 -- 172.19.128.2 - below
FIRSTARTEFACT1:
artefact: FIRSTARTEFACT
order: ??
SECONDARTEFACT:
artefact: SECONDARTEFACT
order: FIRSTARTEFACT1