[Puppet Users] Re: Look for existing Facter Modules for retrieving some system description information

2012-05-24 Thread Christophe L
t : > > Hi, > > On Monday, May 21, 2012 8:31:48 AM UTC+1, Christophe L wrote: >> >> Hello, >> >> I have not been able to find existing Facter modules for retrieving >> the information I listed below. >> >> Could you point me on some modules w

[Puppet Users] Look for existing Facter Modules for retrieving some system description information

2012-05-21 Thread Christophe L
Hello, I have not been able to find existing Facter modules for retrieving the information I listed below. Could you point me on some modules which would anwer my needs please ? Below the list of information I would need to retrieve. Thanks in advance for your help. Best regards, Christophe 1

[Puppet Users] Re: Tried to setup a facter module but it doesn't work. Help needed please.

2012-05-18 Thread Christophe L
Hello, I found my problem: I have to run facter -p in order to get the fact from the new facter module. cf. http://docs.puppetlabs.com/guides/custom_facts.html Best regards, Christophe Le vendredi 18 mai 2012 09:40:12 UTC+4, Christophe L a écrit : > > Hello, > > I tried to setup t

[Puppet Users] Tried to setup a facter module but it doesn't work. Help needed please.

2012-05-17 Thread Christophe L
Hello, I tried to setup the following facter module provided by the community: aedwards-iproute2facts https://github.com/AbbyEdwards/puppet-iproute2facts but the facts doesn't appear on the client node when running facter. Could you tell me what I did wrong please ? Below, all the steps I did.

[Puppet Users] Puppet facter 1.6.8 and inet6 addresses

2012-05-17 Thread Christophe L
Hello, when running the command "ip a" on a debian VM, I get this 1: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 15

Re: [Puppet Users] is there a Puppet facter plugin repository please ?

2012-05-11 Thread Christophe L
Hello Gary, Thank you for your answer. First, I should have written about "raw meaningful data" rather than "raw useful data" because you are right that a lot of the extra information are not actually useful :) For information, the aim is not to use the information in modules, but to fill a C

[Puppet Users] is there a Puppet facter plugin repository please ?

2012-05-11 Thread Christophe L
Hello, We are currently evaluating Puppet and Chef on several criteria and we have found a big difference between the amount of information retrieved by Facter in Puppet and the amount of information retrieved by Ohai in Chef for a same virtual machine. There is about 2000 lines in the JSON file

[Puppet Users] Re: Why latest stable Debian Squeeze package is 2.6.2-5+squeeze4 please ?

2012-04-24 Thread Christophe L
y on those two pages, and I think it would be nice to have this information on at least one of them. Thanks in advance. Best regards, Christophe On 8 avr, 00:42, Michael Stahnke wrote: > On Thu, Apr 5, 2012 at 10:34 PM, Christophe L > wrote: > > Thank you all for your answers

[Puppet Users] Re: Why latest stable Debian Squeeze package is 2.6.2-5+squeeze4 please ?

2012-04-05 Thread Christophe L
Thank you all for your answers ! As a suggestion for the documentation, that would be nice to have information about the http://apt.puppetlabs.com/ apt repository on the puppet installation page. Best regards, Christophe On 5 avr, 20:58, Gabriel Filion wrote: > On 12-04-05 07:19 AM, Christo

[Puppet Users] Why latest stable Debian Squeeze package is 2.6.2-5+squeeze4 please ?

2012-04-05 Thread Christophe L
Hello, I have installed puppet on debian-squeeze using aptitude / apt-get but I got the version 2.6.2 of Puppet. After some research, I have found that the last stable debian package version is puppet (2.6.2-5+squeeze4) [security] http://packages.debian.org/squeeze/puppet and that 2.7.12-3 is co

[Puppet Users] Re: 2 package resources for the same package installation in two differents modules caused errors

2012-04-05 Thread Christophe L
Thanks in advance for your answers. Best regards. Christophe On 4 avr, 00:15, Miguel Di Ciurcio Filho wrote: > On Tue, Apr 3, 2012 at 3:33 PM, Christophe L > wrote: > > Hello, > > > We had the following situation where including two classes that were > > ensuring the

[Puppet Users] 2 package resources for the same package installation in two differents modules caused errors

2012-04-03 Thread Christophe L
Hello, We had the following situation where including two classes that were ensuring the installation of the same package "php5-imagick" and it was causing an error indicating that two ressources of the same name are forbidden (sorry, I don't have the exact message error since we fixed quickly the

[Puppet Users] Re: Puppet equivalent for mysql['tunable'] in chef

2012-03-20 Thread Christophe L
Thank you ! Best regards, Christophe On 19 mar, 23:18, Adam Heinz wrote: > puppet 2.6+, derived fromhttps://github.com/camptocamp/puppet-mysql > >   $mycnf = $::operatingsystem ? { >     /RedHat|Fedora|CentOS/ => "/etc/my.cnf", >     default => "/etc/mysql/my.cnf", >   } > >   augeas { $mycnf: >

[Puppet Users] Puppet equivalent for mysql['tunable'] in chef

2012-03-19 Thread Christophe L
Hello, Could you please tell us what is the way to do easily "tuning" of the my.cnf conf file in puppet, as it is possible in chef ? Is it already implemented in mysql modules /classes for puppet ? cf. https://github.com/fnichol/chef-mysql mysql['tunable']['key_buffer'] = "250M" mysql['t

[Puppet Users] Re: Puppet and the security on nodes, configurations, etc.

2012-03-10 Thread Christophe L
anual changes can be done but through the subversion pulling. Thanks for your help. Best regards, Christophe On 9 mar, 18:14, jcbollinger wrote: > On Mar 8, 1:12 pm, Christophe L wrote: > > > Hello, > > > Thank you very much for your answer ! > > > We will look int

[Puppet Users] Re: Puppet and the security on nodes, configurations, etc.

2012-03-08 Thread Christophe L
er solutions. Could you please tell me if I'm thinking the wrong way, or if our needs doesn't match the use of a central repository, or if I have some misunderstandings about puppet and its purposes please ? Thanks in advance for your answer. Best regards, Christophe On Mar

[Puppet Users] Puppet and the security on nodes, configurations, etc.

2012-03-08 Thread Christophe L
Hello, We are actually evaluating "Puppet Open Source Project" as the tool for managing our hosting processes and we have a question about the security in Puppet. As far as we have read, there are only two places where the security is taken into account: - the connection between the server and th