search for: figureau

Displaying 20 results from an estimated 42 matches for "figureau".

Did you mean: figure
2007 Nov 23
7
Modules design patterns ?
...efault values and mandatory parameters. But I''m sure there are drawbacks... So now, the question is, if other more experimented people are writing modules in the first way, what am I missing with the second form? What module design patterns are considered best pratice? Thanks, -- Brice Figureau <brice+puppet@daysofwonder.com> Days of Wonder, http://www.daysofwonder.com/
2010 Oct 26
7
puppetdoc and wrong comparison
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hello, at the moment I fight with puppetdoc and end in a ruby confusion. To the problem: > puppetdoc --debug --trace --mode rdoc --all manifests/site.pp info: scanning: ["manifests/site.pp"] /usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `output_resource_doc'' /usr/lib/ruby/1.8/puppet/util/rdoc.rb:82:in `sort''
2007 Nov 10
2
Array of files and other questions...
...ippet: file { "/tmp/dir1": ensure => directory, mode => 3755; "/tmp/dir1/file2": content => "foobar\n"; } Am I sure puppet will first manage /tmp/dir1 *before* file2, or do I need to specify a "before" in the file2 definition ? Thanks, -- Brice Figureau Days of Wonder
2006 Apr 11
1
Postfix dovecot SASL and LDAP not working...
...ions of the config, like without userdb prefetch, moving postfix socket config block in another auth block... Nothing worked. Since the samples are mentioning only pam as userdb and passdb source, maybe it can't work with LDAP ? Any idea on how to solve this issue ? Thanks, Regards, -- Brice Figureau
2011 Oct 25
6
Regenerating puppet master certificate
Hi all, Is there a more elegant way to regenerate the Puppet master certificate than what''s described in the CVE-2011-3872 toolkit? > If you can maintain a secondary shell session to the puppet master server, you can start a WEBrick master with puppet master --no-daemonize --verbose and stop it with ctrl-C. > If you prefer to only maintain one shell session, you can start a
2007 Nov 12
2
How to keep several puppetd in sync at the same time ?
...ata for as most as the time between two synchronize run. (Is there any documentation somewhere that explains the synchronization process?) Can you think about a more puppet-like way of doing things which guarantees each puppetd can see the same data file at about the same time ? Thanks, -- Brice Figureau <brice+puppet@daysofwonder.com>
2007 Nov 13
7
Exported resources & exec ?
...pair on master hosts, exports them. On slaves I use the collected public key to build an authorized_keys (with the exec "add-keys"). Unfortunately the files in /var/lib/puppet/modules/djbdns/masters.d/ are always empty on the slaves. Any ideas on how I could solve this issue ? -- Brice Figureau <brice+puppet@daysofwonder.com>
2010 Jun 24
3
puppet random errors
Hi, I thing this issue has been mentioned several times in this list but I can''t see any conclusion. In about 10% of all runs Puppet randomly fails on some (random) File resource either with this error: Thu Jun 24 02:40:03 +0000 2010 //<random module>/File[<random file>] (err): Failed to generate additional resources using ''eval_generate'': or this error:
2011 Dec 19
4
Learn from MY Mistake: "false" != false
Sharing my stoopid mistake in the hopes of saving someone else the same grief: I had a boolean toggle that was not performing as expected. Long story short: I had put quotes around the word "false" class { ''foo'' : boolFlag => "false" } was coming up TRUE To fix it, lose the quotes class { ''foo'' : boolFlag => false } “Sometimes I
2010 Apr 27
7
Puppetmaster with stored configs leaks file descriptors on CentOS 5
Hi folks, When I enabled stored configs on my puppet master, it began keeping lots of open connections to the MySQL server (as far as I understand it opened one connection for each client run and never closed them). I set up the server to close idle connections after 5 minutes. Now the database server does close the connections but the puppet master keeps them in CLOSE_WAIT state and eventually
2009 Nov 04
22
Any ideas about this error with upgrading to 0.25.1?
Hi I''m getting this error with a 0.25.1 puppetmaster and 0.25.1 node. Nov 4 14:43:35 devcentos5 puppetd[26099]: (//network-config::base/File [hosts]) Failed to retrieve current state of resource: Error 400 on SERVER: Not authorized to call find on /file_metadata/network-config/ hosts/hosts.devcentos5 Could not retrieve file metadata for puppet:///network-config/hosts/hosts.devcentos5:
2011 May 20
7
PC EU feedback: exported resource syntax is too magical, hard to read
http://projects.puppetlabs.com/issues/7612 The exported resources syntax: @@user { luke: ensure => present } Is concise and powerful, but very difficult to read. We should consider word-based syntax, e.g.: export @user { luke: ensure => present } And taking into account #7605, perhaps: export virtual user { luke: ensure => present } Please comment on the ticket or reply
2006 Aug 18
1
OT: best way to move maildirs to another host ?
...so that the file name is unique. If I strictly move the files, I can be sure that the moved files won't have the same inodes number as what is in the name. Should I care ? Or should I use something different than scp/rsync to perform the migration ? Thanks for your answers, Regards, -- Brice Figureau <brice+dovecot at daysofwonder.com>
2006 Mar 14
1
Shared maildir through namespace help...
...n't have access to this directory even if it is in a public namespace. Now, the question, is: is that setup could work only with virtual users setup with a static uid/gid ? Is there a mean to implement what I want ? Does using symlinks instead of the namespace could work ? Regards, -- Brice Figureau <brice+dovecot at daysofwonder.com>
2005 Nov 08
1
EXT3-fs error (device md2): ext3_journal_start_sb: Detected aborted journal...
...boot the server as I fear the recovery process would not work and would need a human presence to force the fsck (see question #1) What can I do to remotely repair this root filesystem (as the server is in a datacenter from which I'm far at the moment), and remount it rw ? Thank you, -- Brice Figureau
2009 Jul 21
2
Toward a simple Nginx configuration for Puppet Mongrel
...ches could be merged in the official Nginx distribution, meanwhile it is easy to patch and build your own nginx (or package of). Please see the following blog post for more information and access to those patches: http://www.masterzen.fr/2009/07/21/new-ssl-features-for-nginx/ Thanks, -- Brice Figureau My Blog: http://www.masterzen.fr/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send...
2011 Dec 16
12
Seperate CA's/Master behind load balancer
Hello, Attempting to setup a CA primary/standby as well as seperate puppetmaster servers (all running Apache/Passenger) behind another Apache/Passenger type load balancer. Clients are not getting certs:- err: Could not request certificate: Could not intern from s: nested asn1 error Clearly an SSL issue but not something I know a great deal about. loadbalancer.conf # Puppet Load Balancing
2008 Aug 04
18
puppetd daemon vs. cron
Hi, I''m running multiple vservers and have some aspects managed via puppet. I noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process runs, the more RAM it takes. It looks like 60MB is the top what I measured. Having a couple of vservers (11 in my case) this can already take up to 500MB just for puppet! I''m wondering if there''s any downside in
2009 Aug 13
6
Mongrel Memory Usage
All, I''m trying to figure out the best way to estimate the amount of memory usage that will be taken up by Mongrel and I''m hoping that you have some estimates that can help me. I''m currently estimating the following: Memory Required = Number of running puppetmasters * size of manifests * number of clients managed The mongrel model doesn''t seem to *ever*
2010 Mar 12
23
Puppet 100% CPU usage
Hi, I''ve been experimenting with Puppet for a few days now, and I really like it. But! I''m having real CPU usage problems. Puppet is still happily eating away 100% CPU for almost an hour at a time, with no apparent things happening. (puppetd -tv --trace --debug, but nothing appearing in the console during this.) I believe the following resource is to blame: file {