[Puppet Users] Report processor failed: String can't be coerced into Fixnum

2013-04-06 Thread Andriy Yurchuk
I'm trying to make the custom report process (described here https://puppetlabs.com/blog/when-puppet-reports-part-2/) work on my agent, but keep getting this error in master log: Report processor failed: String can't be coerced into Fixnum I'm out of ideas why could it fail. Will appreciate any

[Puppet Users] Re: Report processor failed: String can't be coerced into Fixnum

2013-04-06 Thread Andriy Yurchuk
For some reason Puppet doesn't like the self.configuration_version On Saturday, April 6, 2013 10:43:24 AM UTC+3, Andriy Yurchuk wrote: I'm trying to make the custom report process (described here https://puppetlabs.com/blog/when-puppet-reports-part-2/) work on my agent, but keep getting

[Puppet Users] Re: Problem on live-management - Node list missing - User -Find Resources not working

2013-04-06 Thread Lukas Wenning
edit: they just send an email that its a bug you can download the bugfixes here:

Re: [Puppet Users] puppet on Xen Server

2013-04-06 Thread Martin Willemsma
Hi Zane, Because you installed from gems you do not have the config files set up for you. You need to place a config in /etc/puppet/puppet.conf to control the binary. Also create an init script in /etc/init.d/puppet for the start stop restart. Just out of curiosity are you using Citrix Xenserver

Re: [Puppet Users] puppet on Xen Server

2013-04-06 Thread Zane Williamson
Thanks Marin, I have XCP 1.6 installed now. I wanted to see if I could use my default puppet manifests on it but it appears it will be a pain to integrate. -Zane On Sat, Apr 6, 2013 at 5:55 AM, Martin Willemsma mwillem...@gmail.comwrote: Hi Zane, Because you installed from gems you do not

Re: [Puppet Users] Using Puppet for Application package installation

2013-04-06 Thread Owen Smith
Greetings, We are using Puppet to deploy application packages, so it can indeed be done. However, you need to do some work around Puppet to enable the use cases you've mentioned: * Something builds the package * Something publishes the package to the yum repo * Something kicks Puppet on the

Re: [Puppet Users] Using Puppet for Application package installation

2013-04-06 Thread Owen Smith
A clarification: whatever kicks Puppet has to run as root as well could be something that doesn't run as root but does have sudo permissions! -- O On Apr 6, 2013, at 12:23 PM, Owen Smith wrote: Greetings, We are using Puppet to deploy application packages, so it can indeed be done.

[Puppet Users] Remove msi from windows 7

2013-04-06 Thread Eduardo Terzella
Hello, Could someone help me to understand why the place absent, the package you are installing is not removed? package { 'mozilla': ensure = absent, provider = 'windows', source = 'C:\packages\mozilla-firefox.msi', } -- You received this message because you are subscribed to the

[Puppet Users] Re: Revoked cert error

2013-04-06 Thread Ben Jamin
Hi, Not to duplicate posts; but I'm also getting the same issue. err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: sslv3 alert certificate revoked I've done this as well; 1. revoke and clean on the master + rm -rf

[Puppet Users] Puppet client not auto updating

2013-04-06 Thread Sy Doveton
I am new to puppet and am experimenting with some basic commands. I have a puppetmaster server and a couple or servers with puppet client. All servers are running ubuntu. I have set up the link between the master and the clients and their certs have been signed etc. The clients have had

[Puppet Users] Puppet client not auto updating

2013-04-06 Thread Sy Doveton
Hi, I am new to puppet and am experimenting with some basic commands. I have a puppetmaster server and a couple or servers with puppet client. All servers are running ubuntu. I have set up the link between the master and the clients and their certs have been signed etc. The clients have had

[Puppet Users] How does puppet fit into release cycle workflows

2013-04-06 Thread Fred van Zwieten
Hi there, I am new to puppet and try to wrap my head around things. Puppet is primarily for config management. You can however install packages with it. I get all that. What I try to understand is how it fits into repository lifecycle management. This is probably not the domain of puppet but I

Re: [Puppet Users] Re: Puppet and OVO/ITO/OML

2013-04-06 Thread Stefan Schulte
On Thu, 4 Apr 2013 02:29:51 -0700 (PDT) ro...@liveperson.com wrote: Hi Stefan, I know it's an old post, but I'll be happy to hear more about how you're doing the agent installations with puppet, and maybe even get some code from you if it's possible. :) Is there an option to contact you?

Re: [Puppet Users] Flush provider - Differentiating between new resource and modification?

2013-04-06 Thread Stefan Schulte
On Fri, 5 Apr 2013 00:57:32 -0700 (PDT) Gavin Williams fatmc...@gmail.com wrote: Morning all I'm working on converting some of my NetApp providers to prefetch/flush style to try and optimize performance. I've hit an issue on my Netapp_user provider, around handling resource creation

Re: [Puppet Users] Re: Problem on live-management - Node list missing - User -Find Resources not working

2013-04-06 Thread Matthaus Owens
Lukas, Thanks for forwarding that on. You beat me to it! The bug mentioned in this thread affects Live Management and Mcollective in PE 2.8.0. There are updated packages that will resolve the issue as well as a module to aid in installing those packages. You can find more details at

Re: [Puppet Users] Using Puppet for Application package installation

2013-04-06 Thread Dhaval
Thank You guys, for the explaining ... I think i have to find out something .. which helps to maintain repos without SA intervention and which as authentication and authorization and then use puppet to install those packages on systems .. and i think pulp can do this .. On Sunday, 7