RE: [Puppet Users] puppet exported resources dramatic performance

2015-05-07 Thread SCHAER Frederic
Hi Michael, To be honnest, I’m looking at how I/we can move to a multi-master setup, but that means both multi-master, but also moving to something like R10K (I chose the monolithic deployment 2 or 3 years ago…), but also making sure the puppet fileserver is shared, and that’s something that I

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread jcf
On May 6, 2015, at 22:32, Josh Cooper j...@puppetlabs.com wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfoxpr...@gmail.com mailto:darkfoxpr...@gmail.com wrote: never mind. puppet agent ignores the user/group config settings, so those should be kept at puppet, and

[Puppet Users] Re: parsejson truncating output (i think)

2015-05-07 Thread Allen Myers
No one has replied yet, but just to fill in the environment details: server: Linux ip-X-X-X-X 3.14.35-28.38.amzn1.x86_64 #1 SMP Wed Mar 11 22:50:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux puppet:puppet --version 3.7.4 (open source) thanks! - Allen On Wednesday, May 6, 2015 at 12:47:10

Re: [Puppet Users] Re: puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
On Thu, May 7, 2015 at 6:19 AM, jcbollinger john.bollin...@stjude.org wrote: On Thursday, May 7, 2015 at 12:32:59 AM UTC-5, Josh Cooper wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfo...@gmail.com wrote: never mind. puppet agent ignores the user/group config settings, so

[Puppet Users] Re: Distro puppet on Ubuntu Vivid broken; any plans for Puppetlabs to release their own packages?

2015-05-07 Thread Victor Danilchenko
OK, I filed a bug PUP-4540 https://tickets.puppetlabs.com/browse/PUP-4540. The short of it is, apparenlty Puppet apparently incorrectly detects *some *services (like mysql and cups) as Upstart services, and tries to manage them using the Upstart commands

[Puppet Users] Puppetboard Alternate port on Apache

2015-05-07 Thread Mark
I recently set up puppetboard to monitor all the nodes in my puppet environment. I set it up via apache using mod_wsgi. On port 80 it works just fine, however I found a conflict there that requires me to move puppetboard to a different port. It doesn't seem to matter what port I pick any port

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
On Thu, May 7, 2015 at 11:23 AM, jcf joshua.fiel...@gmail.com wrote: On May 6, 2015, at 22:32, Josh Cooper j...@puppetlabs.com wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfoxpr...@gmail.com wrote: never mind. puppet agent ignores the user/group config settings, so those

Re: [Puppet Users] Open Source 4.0 version identifier vs. very different rpm and dpkg package versions

2015-05-07 Thread jcf
On May 1, 2015, at 08:14, jcbollinger john.bollin...@stjude.org wrote: On Thursday, April 30, 2015 at 11:32:43 AM UTC-5, Michael Stanhke wrote: Rather than reply and quote lots of points, I'll just bring up a few things which could help clarify our goals. I'm sure not everybody will agree

[Puppet Users] Re: parsejson truncating output (i think)

2015-05-07 Thread Allen Myers
and one more piece of info: The puppet server is configured using Passenger+apache. When I run puppet agent --test on a client system, parsejson fails by truncating the hash output. But if I just run 'puppet apply ...' on the puppet server, as in puppet apply create-users.pp which contains

[Puppet Users] Announce: PuppetDB 2.3.4 is now available!

2015-05-07 Thread Wyatt Alt
PuppetDB 2.3.4 - May 7, 2015 PuppetDB 2.3.4 Downloads Available in native package format in the release repositories at: http://yum.puppetlabs.com and http://apt.puppetlabs.com For information on how to enable the Puppet Labs repos, see:

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Johnson Earls
All of my systems get the puppet-agent package installed and enabled as part of kickstart. The puppetserver package only later gets installed for servers that will be puppet servers. Is this ordering really that unexpected? On Thursday, May 7, 2015 at 12:06:53 PM UTC-7, Josh Cooper wrote:

[Puppet Users] check if user exist

2015-05-07 Thread Alfredo De Luca
Hi all. I am using puppet source with Hiera. I want to manage users but also I want to check if an user exist before doing something else and create it. I have a module prousers as follow: prousers/init.pp class prousers { create_resources(user, hiera_hash('pro_user')) } then from

Re: [Puppet Users] puppet exported resources dramatic performance

2015-05-07 Thread Ken Barber
I know this has been discussed several times, but I did not find the information/fix I’m looking for, so here I go… I have a farm of ~370 servers. I have a single puppet master (12 physical cores, lots of RAM) on which I deployed puppet 3.7.5 this week (not using r10k, that’s on our huge

[Puppet Users] Deprecation of HSQLDB for PuppetDB

2015-05-07 Thread Ken Barber
Hi all, As a representative of the PuppetDB engineering team, I wanted to let you all know we are deprecating support for HSQLDB (HyperSQL DataBase) in the next major release of PuppetDB (version 3.0). We will drop support in the major release after that (version 4.0). Note: For those customers

Re: [Puppet Users] marking last modified time in a template

2015-05-07 Thread Gabriel Filion
On 06/05/15 03:05 PM, Peter Berghold wrote: my first answer to this was to look at the file modification time. For whatever reason they wanted to know if I could add a line saying something on the order of Last Modified By Puppet: date. I'm just going to tell them they're nuts. you

Re: [Puppet Users] puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread Josh Cooper
On Thursday, May 7, 2015, Johnson Earls darkfoxpr...@gmail.com wrote: All of my systems get the puppet-agent package installed and enabled as part of kickstart. The puppetserver package only later gets installed for servers that will be puppet servers. Is this ordering really that

Re: [Puppet Users] Re: check if user exist

2015-05-07 Thread Alfredo De Luca
Hi John. I am aware that if I say userxx ensure is present will work but what I want is the first time create the user aNd set a default password but then when the user changes it own pass I just wanna check if is present and not resetting the password. /Alfredo On 07/05/2015 11:32 PM,

[Puppet Users] client certificate issue

2015-05-07 Thread Karel
Hi, I have a problem with a certificate on some servers. C:\Program Files\Puppet Labs\Puppet Enterprise\binpuppet agent -t Error: Could not request certificate: The certificate retrieved from the master does not match the agent's private key. Certificate fingerprint:

Re: [Puppet Users] Re: puppet agent 4.0 running as root vs puppet server 2.0 running as puppet

2015-05-07 Thread jcbollinger
On Thursday, May 7, 2015 at 12:32:59 AM UTC-5, Josh Cooper wrote: On Wed, May 6, 2015 at 7:29 AM, Johnson Earls darkfo...@gmail.com javascript: wrote: never mind. puppet agent ignores the user/group config settings, so those should be kept at puppet, and ${::settings::user} /

[Puppet Users] Re: parsejson truncating output (i think)

2015-05-07 Thread Allen Myers
well, nevermind. It's now today, and I've not changed the server, the client, the shell script, nor the manifest, yet it's magically working today! my blind trust in the reliability of computers and software has been shattered. I'll never be the same again. ;^) - Allen On Thursday, May 7,

[Puppet Users] help to push multiple ssh key to client machine

2015-05-07 Thread Mohan L
Dear All, I am new to Puppet. Recently started l learning it. I need to push multiple ssh keys for client machine, Here is what I have written: Hiera: # cat hiera.yaml | grep -v ^# --- :backends: - yaml :hierarchy: - global :yaml: :datadir: /etc/puppet/hieradata # cat

Re: [Puppet Users] help to push multiple ssh key to client machine

2015-05-07 Thread Christopher Wood
On Thu, May 07, 2015 at 08:50:12AM -0700, Mohan L wrote: Dear All, I am new to Puppet. Recently started l learning it. I need to push multiple ssh keys for client machine,  Here is what I have written: Hiera: # cat hiera.yaml | grep -v ^# --- :backends:   - yaml