[Puppet Users] Beginner : First Agent/Master, Passenger Error

2013-05-02 Thread Charly Mathieu
Hello, I'm new to Puppet, and I'm trying to configure my first Agent/Master node. It's running under 3 VM's (Ubuntu server 12.04), a master running with Passenger, and 2 Agents. (But I'm only configuring one at the moment) Well, I followed this

[Puppet Users] Re: Beginner : First Agent/Master, Passenger Error

2013-05-03 Thread Charly Mathieu
s by enabling apache2 mods (actions and rewrite), but still the same problem. These are two different problems on differents VM (and different installation), if someone have an idea on one or the other. Regards. Le jeudi 2 mai 2013 17:26:05 UTC+2, Charly Mathieu a écrit : > > Hello, > >

[Puppet Users] Trouble with file in module 'source => "puppet://...'"

2013-05-21 Thread Charly Mathieu
Hello, I'm trying to write my first module, but I have a problem with a conf file I want to be managed with puppet. It's an apache2 vhost file, so the name is "www.example.com", my ressource is like : file { 'a2site' : > ensure => present, > path => '/etc/apache2/sites-available/www.example.com

Re: [Puppet Users] Trouble with file in module 'source => "puppet://...'"

2013-05-21 Thread Charly Mathieu
Ah yes ! Thank you, that makes sense actually, I didn't realized it before. Thank to both of you, have a nice day :) Le mardi 21 mai 2013 18:00:53 UTC+2, Ramin K a écrit : > > On 5/21/2013 8:55 AM, Charly Mathieu wrote: > > Hello, > > > > I'm trying to w

[Puppet Users] Force osfamily value

2013-06-07 Thread Charly Mathieu
Hello, I'm working with community modules, and using recompiled kernel ubuntu machines. The problem is that the modules can't recognize the osfamily. (He got the operatingsystem atleast.) Can I force the value of the osfamily to 'Debian' to execute my scripts ? Thanks for reading. -- You rece

Re: [Puppet Users] Force osfamily value

2013-06-07 Thread Charly Mathieu
er ones do not have osfamily > > check with > > facter osfamily > facter facterversion > > > > > On 06/07/2013 11:43 AM, Charly Mathieu wrote: > > Hello, > > I'm working with community modules, and using recompiled kernel ubuntu > > mac

Re: [Puppet Users] Force osfamily value

2013-06-07 Thread Charly Mathieu
Actually, it doesn't get better. Nice try ^^ Le vendredi 7 juin 2013 14:31:55 UTC+2, Charly Mathieu a écrit : > > version is 1.5.9, indeed there is no osfamily > Ok, so I can consider update it. It didn't know about it, thank you, I'll > tell you if it worked :) > &