Re: [Puppet Users] puppetdb and client certificate

2014-07-17 Thread Fabrice Bacchella
I got it ! I dit it using the java way (with a standard jks). First create a jks with the private key for your account and put in it all the needed certificates in the chain (both server and user). The cn for user certificate should match the username used latter. Add to your JVM args : -Djava

Re: [Puppet Users] puppetdb and client certificate

2014-07-17 Thread Ken Barber
Aah well done :-). Perhaps you can create a ticket with these details in it, that way it will be preserved for other users and we can later find some time to extend the current docs: https://tickets.puppetlabs.com/browse/PDB Of course you can always raise a pull request with the doc changes your

Re: [Puppet Users] puppetdb and client certificate

2014-07-17 Thread Fabrice Bacchella
The ticket : https://tickets.puppetlabs.com/browse/PDB-765 I leave the documentation pull for people more fluent than me in english. Le 17 juil. 2014 à 16:01, Ken Barber a écrit : > Aah well done :-). > > Perhaps you can create a ticket with these details in it, that way it > will be preserved

[Puppet Users] error. only root user can exec comands

2014-07-17 Thread Supriya Uppalapati
Hi, I am having an issue with exc statement. running through non-root user. *Error: Failed to apply catalog: Parameter user failed on Exec[extract p17071663_1036_Generic.zip]: Only root can execute commands as other users at /etc/puppetlabs/puppet/environments/testing/modules/wls/manifests/b

[Puppet Users] Re: Passing undef as argument to classes & defines overrides default parameter

2014-07-17 Thread jcbollinger
On Wednesday, July 16, 2014 2:33:42 PM UTC-5, Cristian Falcas wrote: > > Hello, > > Does anybody know if the issue from > https://projects.puppetlabs.com/issues/16221 was implemented after all? > > The issue tracker says it was. I haven't heard any other commentary or questions suggesting oth

Re: [Puppet Users] Best Practice - replacing /etc/passwd and +@netgroups

2014-07-17 Thread jcbollinger
On Wednesday, July 16, 2014 9:24:35 AM UTC-5, Betsy Schwartz wrote: > > Thank you! pam access may well be the right direction to go for us. > > > I'm still sort of boggled that nobody seems to be using puppet for > /etc/passwd. That always seemed to us to be the *first* thing we'd want to > ge

Re: [Puppet Users] Re: multiple VMs from a single node.pp file

2014-07-17 Thread Felix Frank
On 07/16/2014 08:34 PM, José Luis Ledesma wrote: > I don't think this is true. Master compiles a catalog based on facts, it > does not mind if there is a previous compilation with a complete list of > different fact values. One would assume that. One would not be right, necessarily ;-/ Note that

[Puppet Users] Re: Puppet module 'issue' with sysctl provider (augeasproviders)

2014-07-17 Thread jcbollinger
On Thursday, June 19, 2014 7:12:24 AM UTC-5, Stefan Heijmans wrote: > > > with Puppet module and resources in 1 file; > - sysctl resources are not set > Your data indicate otherwise. > - /etc/sysctl.conf updates from the rpm are there > > with Puppet module and resources in 2 files; > - sysc

Re: [Puppet Users] Re: Passing undef as argument to classes & defines overrides default parameter

2014-07-17 Thread Cristian Falcas
Hi, I have a "postfix" class with this init: class postfix ( $ensure = 'latest', $email_user = undef, $email_pass = undef, $smtp_endpoint = "smtp.${::domain}", $smtp_endpoint_port = '25', $from_domain= $::domain, $from_user = 'donotr

[Puppet Users] advice and best practices for environments

2014-07-17 Thread Tim Mooney
All- I'm looking for some advice/wisdom/guidance about workflow and configuration from sites that have been using environments for a while. I'll happily take advice from anyone, but I'm especially interested in tips from people that are using subversion as their VCS and are not using an ENC. Th

[Puppet Users] Facter path issue

2014-07-17 Thread Jim Richard
Facter on a Windows 2008R2 server is doing something weird. Version of facter is 2.0.2. If I, from the Puppet command prompt, do a "echo %Path%", I see exactly what I expect. But if I say "facter Path", it shows me all of the Puppet added path stuff twice, ie. the output is almost twice as much

Re: [Puppet Users] Puppet module 'issue' with sysctl provider (augeasproviders)

2014-07-17 Thread Felix Frank
On 06/19/2014 02:12 PM, Stefan Heijmans wrote: > class oracle_t { > include install, sysctl > } FWIW, I consider this bad form. You should qualify your class names, even if you include inside the same module. include oracle_t::install include oracle_t::sysctl It's not much more to type, and i

Re: [Puppet Users] Facter path issue

2014-07-17 Thread Rob Reynolds
On Thu, Jul 17, 2014 at 2:37 PM, Jim Richard wrote: > Facter on a Windows 2008R2 server is doing something weird. Version of > facter is 2.0.2. > > If I, from the Puppet command prompt, do a "echo %Path%", I see exactly > what I expect. But if I say "facter Path", it shows me all of the Puppet >

[Puppet Users] HA puppetmaster in AWS

2014-07-17 Thread Dejan Golja
Hello guys, so puppet community I seek some guidance. I am rebuilding our company Puppet 3 AWS infrastructure from scratch. Right now the design is to have a multiple availability ELB balancer and behind 2-4 puppet masters, so in case one AZ fails we still have a running puppet environment and