y bad English written from my mobile.
Flamarion Jorge
Sent from my mobile
Em 20/08/2014 09:04, "Stefan Wiederoder"
escreveu:
> Hello puppet users,
>
> I´m struggling with puppets resource odering
>
> my task is to install the QConvergeConsoleCLI rpm, which needs /tmp
Ok. I'm sorry. Here other way.
exec { "create dir":
command => 'mkdir -p /etc/puppet/test'
unless => 'test -d /etc/puppet/test'
..
}
Now your directory will be created if it doesn't exist.
Flamarion Jorge
Sent from my mobile
Em 19/08/2
File { " /etc/puppet/test":
ensure => "directory",
unless => 'test -d /etc/puppet/test'
}
Flamarion Jorge
Sent from my mobile
Em 18/08/2014 09:05, "Satish Katuru" escreveu:
Hi ,
I wanted to find out whether the directory exists or not in the ma
Did you setup route.yml ?
Flamarion Jorge
Sent from my mobile
Em 18/08/2014 02:05, "Vikas Kumar" escreveu:
> Hello everyone,
>
> I have a puppetmaster v3.6.2-1 installed on Ubuntu 14.04 x86_64 server. I
> am using passenger (apache2) instead of Webrick.
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
I have same "problem" and my workaround, until discovery solution,has
been to use a "exec" function and run yum command.
This works for me.
Flamarion Jorge
Em 05/03/14 03:42, shlo.af...@gmail.com escreveu:
>
>
&