[Puppet Users] Re: puppet agent / master version compatibility?

2013-07-18 Thread Axel Bock
Thanks :) . Sounds like good advice, I have adjusted my setup now. Unfortunately that means doing a two-step bootstrap process of a new environment. Greetings, Axel. Am Montag, 15. Juli 2013 14:36:21 UTC+2 schrieb Axel Bock: Hello group, I am trying to run a puppet agent v3.2.2 against

[Puppet Users] Re: Importing environmental variables from file via exec

2013-07-18 Thread Przemek
John, Thank You for excellent explanation! Wrapping it all up into a single Exec works. Moreover now I understand how to puppet execute shell commands. Wrapping is now only way to deploy postgresql database in my environment. Best Regards W dniu środa, 17 lipca 2013 09:56:34 UTC+2 użytkownik

[Puppet Users] Attention!!! Puppet pe-activemq not Starting

2013-07-18 Thread Ripunjay Godhani
getting error change from stopped to running failed: Could not start Service[pe-activemq]: Execution of '/sbin/service pe-activemq start' returned 1: at /opt/puppet/share/puppet/modules/pe_mcollective/manifests/activemq.pp:25 also while doing how to start pe-activemq Regards, Ripunjay --

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and Did not receive certificate

2013-07-18 Thread Yaniv Kaul
On Thursday, July 18, 2013 12:32:22 AM UTC+3, jcbollinger wrote: On Wednesday, July 17, 2013 12:25:18 PM UTC-5, Yaniv Kaul wrote: How do I verify if multiple copies are installed? I would suggest using the 'find' command on the master to look for files and directories named 'puppet'.

[Puppet Users] puppet activemq not starting

2013-07-18 Thread Ripunjay Godhani
getting error change from stopped to running failed: Could not start Service[pe-activemq]: Execution of '/sbin/service pe-activemq start' returned 1: at /opt/puppet/share/puppet/modules/pe_mcollective/manifests/activemq.pp:25 also while doing how to start pe-activemq Regards, Ripunjay --

Re: [Puppet Users] Re: err: Could not request certificate when I run puppet device

2013-07-18 Thread Piotr Jasiulewicz
Hi, have you solved the problem? Having the same issue. Cheers, Piotr W dniu piątek, 17 maja 2013 15:04:22 UTC+1 użytkownik srivatsa rao napisał: Hello Gav and Meiji, I tried all the above.. still it doesn't solve my issue any further suggestion? my output when I run puppet device

Re: [Puppet Users] Welcome Cloudsmith to Puppet Labs!

2013-07-18 Thread Nikola Petrov
Glad to hear this is coming. I am currently not using Geppetto for speed considerations but I think that tools are lacking and Cloudsmith can really change that! -- Nikola On Wed, Jul 17, 2013 at 07:05:53PM -0700, Nigel Kersten wrote: Some of you will already be familiar with Cloudsmith

[Puppet Users] About Facter via YAML and mcollective

2013-07-18 Thread Fabrice Bacchella
I'm looking at http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML If my understanding is right, just using this class can be dangerous because if puppet is run with a --tags that dooesn't match it, it will not be run. But some fact can be changer any way (fqdn, ssh

[Puppet Users] Re: Choosing provider by properties?

2013-07-18 Thread jcbollinger
On Wednesday, July 17, 2013 1:29:20 PM UTC-5, Jakov Sosic wrote: Hi, is it possible to choose the provider based on property? For example, I'm trying to develop two different providers for same type of resource. If i use path location on the local filesystem I want provider local to

Re: [Puppet Users] Re: err: Could not request certificate when I run puppet device

2013-07-18 Thread srivatsa rao
Hey, I tried a Lotta things. Nothing seemed to work so I bought up a new VM and carefully installed puppet following steps on website and things started to work. But I always had a doubt that I did not have the config file right or once its wrong the changes does not take effect, just my

[Puppet Users] Re: Puppet agent process get stuck

2013-07-18 Thread jcbollinger
On Wednesday, July 17, 2013 12:00:13 PM UTC-5, yannig rousseau wrote: Hi, 3 days ago, we had a production issue where the puppetmaster became unreachable for 20 minute. All of the puppet clients which tried to connect at this time are now failing : Run of Puppet configuration client

[Puppet Users] Re: Permission problem on puppet master

2013-07-18 Thread jcbollinger
On Wednesday, July 17, 2013 10:17:50 AM UTC-5, Piotr Jasiulewicz wrote: Hi John there is no SELinux on this system. Issue still is an issue.. :/ Count me a bit dubious of that claim. It's quite hard to find a Linux these days that does not at least have SELinux in the kernel. But

[Puppet Users] Re: Permission problem on puppet master

2013-07-18 Thread Piotr Jasiulewicz
Hi, well resolved by changing the puppet version. There is no selinux on ubuntu by default. Thanks, Piotr W dniu czwartek, 18 lipca 2013 14:31:00 UTC+1 użytkownik jcbollinger napisał: On Wednesday, July 17, 2013 10:17:50 AM UTC-5, Piotr Jasiulewicz wrote: Hi John there is no SELinux

[Puppet Users] Installing MSI failed with errror: The network name cannot be found.

2013-07-18 Thread tinu
Im trying to install the SCOMAgent.msi on Windows Server 2008 R2 with puppet version 2.7.19 I try this code and get the error change from absent to present failed: Failed to install: The network name cannot be found.: package {'System Center Operations Manager 2007 R2 Agent':

[Puppet Users] Re: Puppet agent process get stuck

2013-07-18 Thread yannig rousseau
I managed to kill all of the stuck process with a simple ssh loop in a script. Nevertheless, that's not very cool to proceed so... Don't you think it would be a good option to implement a timeout in the puppet agent ? If the connection / catalog application is too long (this treshold could be

[Puppet Users] Perform action when exported resources change

2013-07-18 Thread George Brown
Hello, I am trying to work out how to have one server perform an action when a new host is added. Specifically it needs to execute a command containing the hostname of the new node in order to accept a license. My questions are as follows 1) As I hostname is available as a fact is there a

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and Did not receive certificate

2013-07-18 Thread jcbollinger
On Wednesday, July 17, 2013 5:31:47 PM UTC-5, Forrie wrote: I do not have separate Puppet installs. At the moment, it's been installed via the Gem, so the master and agent are coming from the same code, running on the original host (it was not rebuilt). It is running under

Re: [Puppet Users] Re: Choosing provider by properties?

2013-07-18 Thread Jakov Sosic
On 07/18/2013 03:07 PM, jcbollinger wrote: Not to my knowledge, no. This is not the correct provider paradigm. The provider for a given resource type used on a given node, if not specified explicitly, is supposed to be chosen based on the characteristics of the node, not of the resource.

Re: [Puppet Users] Installing MSI failed with errror: The network name cannot be found.

2013-07-18 Thread Rob Reynolds
Hello, Can you run puppet apply --debug *themanifestname.pp* * * and submit your output here (minus any sensitive data)? Thanks! -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13* **Register now and take advantage of

[Puppet Users] PuppetMaster LB on top of OCFS2

2013-07-18 Thread Jakov Sosic
Hi, I'm trying to design a solution that will encompass load balancing puppet master. I have two nodes, and idea is to connect them with DRBD, put some cluster aware filesystem (OCFS2 or GFS2), and just link /etc/puppet and /var/lib/puppet on both nodes to cluster FS. Accessing to the masters

[Puppet Users] Transfer inventory and filebucket changes to consolidated dashboard server

2013-07-18 Thread GregC
I have a dashboard server sitting in my development lan and am able to pull inventory and file bucket information from my development Puppet Master server to the dashboard. I would like to be able to pull the facter inventory and filebucket from my Production Puppet Master server into the

[Puppet Users] (announcement) Geppetto 3.2.0 Released

2013-07-18 Thread Henrik Lindberg
Hi, Geppetto 3.2.0 was just pushed to the download and update site. In brief: * Support for Puppet 3.2, including --parser future (iteration, lambdas) * Direct Publishing to the Forge * Improved Editing of Modulefile / module meta data. * Based on (compatible with) Eclipse Kepler * Bug Fixes

[Puppet Users] Re: PuppetMaster LB on top of OCFS2

2013-07-18 Thread GregC
Load balancing will work without issue, there is a good suggestion on using round robin DNS in Chapter 4 of Pro Puppet page 116. On Thursday, July 18, 2013 1:00:34 PM UTC-4, Jakov Sosic wrote: Hi, I'm trying to design a solution that will encompass load balancing puppet master. I have

[Puppet Users] Re: Unable to use Cloud Provisioner

2013-07-18 Thread shivaraj mathrubai
Thanks Justin, but I already have installed guid, any other thoughts ? I was following the steps provided here http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html It says the below : Do you know which exact file I should add the PATH on a CentOS ? how to add it ? After

Re: [Puppet Users] puppet activemq not starting

2013-07-18 Thread R.I.Pienaar
- Original Message - From: Ripunjay Godhani ripunj...@gmail.com To: puppet-users@googlegroups.com Sent: Thursday, July 18, 2013 9:42:11 AM Subject: [Puppet Users] puppet activemq not starting getting error change from stopped to running failed: Could not start

[Puppet Users] RabbitMQ module won't start stomp

2013-07-18 Thread David Griffith
Can I get some help getting the RabbitMQ module provide a stomp server talking to MCollective on an Ubuntu system? It was working a few days ago, but I found that I cannot reproduce this on a new set of machines -- RabbitMQ will not provide stomp services I have tried the official

[Puppet Users] Package install error

2013-07-18 Thread Mark Hatch
Here is my manifest... package { 'tractor blade': provider = 'rpm', ensure = present, source = 'puppet:///modules/mpsvfx/tractor-blade-1.7_1191418-linuxFC12_gcc44icc121.x86_64.rpm', name =

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and Did not receive certificate

2013-07-18 Thread Forrie
I upgraded our Puppet master to 3.x a while ago, after the file access issues (allow_ip, etc.) were fixed.I didn't actually test connection of a new client until this past week - where the others are running 2.x agent code and working. Here are the gems I have presently: builder (3.2.2)

[Puppet Users] Re: 3.2.2 on CentOS 6.3, and Did not receive certificate

2013-07-18 Thread Forrie
Actually, with the improvements to Puppet 3.x, I wonder if it's really necessary to run Puppet under Passenger anymore... we have less than 100 hosts, but that could change. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from

Re: [Puppet Users] Re: PuppetMaster LB on top of OCFS2

2013-07-18 Thread Jakov Sosic
On 07/18/2013 08:29 PM, GregC wrote: Load balancing will work without issue, there is a good suggestion on using round robin DNS in Chapter 4 of Pro Puppet page 116. Yeah but I am little suspicious about two masters sharing /var/lib/puppet ... could that cause troubles? -- Jakov Sosic

[Puppet Users] Puppetlabs Apt module: dependency cycle

2013-07-18 Thread Alon Nisser
Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the module is installed in puppet/modules and I'm getting a strange Dependency cycle error. the code in the manifest file: # Run apt-get update when anything beneath /etc/apt/ changes #taken from

Re: [Puppet Users] Re: PuppetMaster LB on top of OCFS2

2013-07-18 Thread Cory Stoker
On Thu, Jul 18, 2013 at 1:53 PM, Jakov Sosic jso...@srce.hr wrote: On 07/18/2013 08:29 PM, GregC wrote: Load balancing will work without issue, there is a good suggestion on using round robin DNS in Chapter 4 of Pro Puppet page 116. Yeah but I am little suspicious about two masters sharing

[Puppet Users] Re: Puppetlabs Apt module: dependency cycle

2013-07-18 Thread jcbollinger
On Thursday, July 18, 2013 3:38:25 PM UTC-5, Alon Nisser wrote: Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the module is installed in puppet/modules and I'm getting a strange Dependency cycle error. the code in the manifest file: # Run apt-get update when

[Puppet Users] Re: Package install error

2013-07-18 Thread jcbollinger
On Thursday, July 18, 2013 2:15:50 PM UTC-5, Mark Hatch wrote: Here is my manifest... package { 'tractor blade': provider = 'rpm', ensure = present, source =

Re: [Puppet Users] Attention!!! Puppet pe-activemq not Starting

2013-07-18 Thread Justin Stoller
On Thu, Jul 18, 2013 at 12:44 AM, Ripunjay Godhani ripunj...@gmail.comwrote: getting error change from stopped to running failed: Could not start Service[pe-activemq]: Execution of '/sbin/service pe-activemq start' returned 1: at

Re: [Puppet Users] Re: Multiple Puppet masters each running as their own CA connecting to a single PuppetDB instance

2013-07-18 Thread Pete Brown
On 17 July 2013 14:18, Nick Lewis n...@puppetlabs.com wrote: On Tuesday, July 16, 2013 1:25:22 PM UTC-7, replicant wrote: So, We are working on migrating a global deployment of Puppet over to a single PuppetDB instance away from a single MySQL storeconfigs instance and are running into an