Re: [Puppet Users] Unable to install r10k 1.5.1

2016-12-13 Thread Josh Cooper
On Tue, Dec 13, 2016 at 2:45 PM, Matthew Kennedy wrote: > I'm running OSS 3.8 using r10k 1.5.1 and ruby 1.9.3p551 (2014-11-13) > [x86_64-linux] Brightbox > > Error from puppet run. > > Error: Could not update: Execution of '/usr/bin/gem install -v 1.5.1 > --no-rdoc --no-ri r10k --no-ri --no-rdoc'

Re: [Puppet Users] Urgent Help Required | Puppet run is dead slow

2016-12-13 Thread Ramin K
On 12/12/2016 8:34 AM, Harish Kothuri wrote: Also, attaching the puppet agent log with --debug enabled. Kindly help. What we really need is the Puppet master log since your problems are on that end. Error 1 is Passenger complaining that there are no processed free to hand off to and you'v

Re: [Puppet Users] Urgent Help Required | Puppet run is dead slow

2016-12-13 Thread Harish Kothuri
Thank you all. Will take a look at all the errors and update. On Tuesday, December 13, 2016 at 6:11:41 AM UTC+5:30, Wyatt Alt wrote: > > > > On 12/12/2016 10:09 AM, Harish Kothuri wrote: > > I see that following errors are popping up from puppetdb. There are quite > a few of these and also would

[Puppet Users] Unable to install r10k 1.5.1

2016-12-13 Thread Matthew Kennedy
I'm running OSS 3.8 using r10k 1.5.1 and ruby 1.9.3p551 (2014-11-13) [x86_64-linux] Brightbox Error from puppet run. Error: Could not update: Execution of '/usr/bin/gem install -v 1.5.1 --no-rdoc --no-ri r10k --no-ri --no-rdoc' returned 1: ERROR: Error installing r10k: fast_gettext requires R

Re: [Puppet Users] Check if user exist in windows OS.

2016-12-13 Thread marquitafugate via Puppet Users
On Tue, 12/13/16, Peter Kristolaitis wrote: Subject: Re: [Puppet Users] Check if user exist in windows OS. To: puppet-users@googlegroups.com Date: Tuesday, December 13, 2016, 5:49 PM Just use the builtin 'user' type. O

[Puppet Users] Introducing high availability to Puppet Enterprise

2016-12-13 Thread Morgan Rhodes
Hi, With our latest release , Puppet Enterprise 2016.5 introduces high availability to eliminate a single point of failure for Puppet and provide automated failover and redundancy in the event of an outage. This ensures that P

Re: [Puppet Users] Check if user exist in windows OS.

2016-12-13 Thread Peter Kristolaitis
Just use the builtin 'user' type. On 12/13/2016 8:41 AM, Mariusz Gibki wrote: How to check if user exist in windows OS. If exist do nothing if not exist add user ??? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this g

Re: [Puppet Users] Puppet counter part for ruby caller function/object

2016-12-13 Thread Michel Verbraak
Op dinsdag 13 december 2016 11:54:29 UTC+1 schreef Henrik Lindberg: > > On 12/12/16 11:11, Michel Verbraak wrote: > > I have been googling around to find an answer but was not able to find > it. > > > > I have created my own custom type in puppet. According to the > > documentation here Pupp

[Puppet Users] Check if user exist in windows OS.

2016-12-13 Thread Mariusz Gibki
How to check if user exist in windows OS. If exist do nothing if not exist add user ??? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsub

Re: [Puppet Users] Puppet counter part for ruby caller function/object

2016-12-13 Thread Henrik Lindberg
On 12/12/16 11:11, Michel Verbraak wrote: I have been googling around to find an answer but was not able to find it. I have created my own custom type in puppet. According to the documentation here Puppet Resource Types manual