Re: [Puppet Users] How puppet install another version of the same package.

2014-03-05 Thread Flamarion Jorge
-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: > > &

Re: [Puppet Users] Install puppetDB on already deployed environment

2014-08-18 Thread Flamarion Jorge
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. > >

Re: [Puppet Users] How can we find out the directory presence?

2014-08-18 Thread Flamarion Jorge
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

Re: [Puppet Users] How can we find out the directory presence?

2014-08-19 Thread Flamarion Jorge
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

Re: [Puppet Users] puppet resource ordering/execution kungfu

2014-08-20 Thread Flamarion Jorge
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