Re: [Puppet Users] How to force generation of ca_crl.pem?

2013-07-05 Thread Amos Shapira
Thanks very much Ken, I'm away from the comp for the weekend, I'll try these and get back to you as soon as I can. On Friday, 5 July 2013 22:08:37 UTC+10, Ken Barber wrote: > > If it helps I did a bit of a Gist walkthrough of the full cert > recreation etc. using puppet cert generate here: > h

Re: [Puppet Users] Fwd: [Module team] Much ado about modules

2013-07-05 Thread Nan Liu
On Fri, Jul 5, 2013 at 11:05 AM, Ashley Penney wrote: > Now that Puppetlabs has a module team we thought we should start trying to > keep the community informed as to what we're doing and why on earth we're > doing it. I wanted to put together a short update (I'm aiming to do these > every frida

[Puppet Users] Trying and failing to get SSL working

2013-07-05 Thread David Griffith
I've been banging my head against the wall over trying to get activemq and mcollective working through Puppet. So far, I've been able to get it working with no SSL at all, then I got mcollective working with SSL. I'm trying now to get ActiveMQ working with SSL, but I'm having no luck at all.

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread David Schmitt
On 2013-07-05 20:49, Jakov Sosic wrote: It's a very fine line to walk. Perhaps an API (even a little script that does syntax checks and/or auditing) might suffice. One thing that did cross my mind is to allow deployment process to push specific files to specific locations on puppet master. That

Re: [Puppet Users] how do you update packages on windows?

2013-07-05 Thread David Schmitt
Oh, I'm sooo looking forward to that! Regards, David On 2013-07-05 19:19, Rob Reynolds wrote: It isn't perfect, but the next version of chocolatey coming out soon will have more support for puppet built in it. -- Rob Reynolds *Join us at PuppetConf 2013, August 22-23 in San Francisco - * htt

Re: [Puppet Users] Re: Are multiple environments broken in puppet?

2013-07-05 Thread David Schmitt
On 2013-07-05 19:02, Brian Hicks wrote: On Wednesday, July 3, 2013 11:40:15 PM UTC-7, David Schmitt wrote: On 03.07.2013 00:26, Jakov Sosic wrote: > On 05/09/2013 03:33 PM, jcbollinger wrote: > That exactly is the problem. Ruby does not provide a internal partitioning fo

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread Jakov Sosic
On 07/05/2013 06:19 PM, David Schmitt wrote: > In the environments I support everything is deployed through puppet. > This leads to a big unification in dev/test environments. Through > vagrant the complete stack can be tested locally before pushing to code > review. From there the code travels th

[Puppet Users] Node not showing in the PE console

2013-07-05 Thread Greg Emanuel
I have a Ubuntu 12.04 server running PE 2.8.2. I have a Fedora 18 node that I would like to manage. I installed the F18 node using a kickstart installation. During this install I enabled the puppetlabs repo and installed puppet from the puppetlabs repo. One of the post installation tasks execut

[Puppet Users] Fwd: [Module team] Much ado about modules

2013-07-05 Thread Ashley Penney
Hello! Now that Puppetlabs has a module team we thought we should start trying to keep the community informed as to what we're doing and why on earth we're doing it. I wanted to put together a short update (I'm aiming to do these every friday) as to where we stand. This was our first week workin

[Puppet Users] Re: puppet agent does nothing after upgrade from 2.7.20 to 3.2.2

2013-07-05 Thread jdsysadm
Answered my own question --- it was the change to the rack config.ru file http://docs.puppetlabs.com/puppet/3/reference/whats_new.html#puppet-master-web-server-changes On Thursday, July 4, 2013 7:25:09 PM UTC-7, jdsy...@gmail.com wrote: > > Hello, > > I'm looking at upgrading my Puppet mast

Re: [Puppet Users] Puppet 3.2 and Hiera: problem of order and tagged function

2013-07-05 Thread francois . lafont . 1978
Le vendredi 5 juillet 2013 17:43:47 UTC+2, David Schmitt a écrit : > 2) I would like to have $var == "YES" whatever the order of classes in > > the yaml file. Is it possible ? > > tagged() (and all other functions) are parse-order dependent. The stage > definition only establishes an applicat

Re: [Puppet Users] how do you update packages on windows?

2013-07-05 Thread Rob Reynolds
It isn't perfect, but the next version of chocolatey coming out soon will have more support for puppet built in it. -- Rob Reynolds *Join us at PuppetConf 2013, August 22-23 in San Francisco - * http://bit.ly/pupconf13 On Fri, Jul 5, 2013 at 12:08 PM, Rich Siegel wrote: > I use chocolatey pro

Re: [Puppet Users] Re: Are multiple environments broken in puppet?

2013-07-05 Thread Brian Hicks
On Wednesday, July 3, 2013 11:40:15 PM UTC-7, David Schmitt wrote: > > On 03.07.2013 00:26, Jakov Sosic wrote: > > On 05/09/2013 03:33 PM, jcbollinger wrote: > > > > That exactly is the problem. Ruby does not provide a internal > partitioning for namespaces. So, depending on who hits your pup

[Puppet Users] how do you update packages on windows?

2013-07-05 Thread Rich Siegel
I use chocolatey provider, but that's because I wrote it :) Check out chocolatey on github, the provider is on the forge, and see if it meets your needs. Rismoney -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group a

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread James A. Peltier
- Original Message - | On 07/05/2013 02:46 PM, David Schmitt wrote: | | > One of the big arguments for puppet is the unifying aspect of devs | > and | > ops to use the same tool/language/process, which improves | > cooperation, | > agility and quality of the work. This indicates that your

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread David Schmitt
On 05.07.2013 15:13, Jakov Sosic wrote: On 07/05/2013 02:46 PM, David Schmitt wrote: One of the big arguments for puppet is the unifying aspect of devs and ops to use the same tool/language/process, which improves cooperation, agility and quality of the work. This indicates that your application

[Puppet Users] Re: Certificate errors

2013-07-05 Thread yannig rousseau
OK, I managed to solve my issue by following Reinstalling puppetDB from source(Step 3 Option B) even if /usr/sbin/puppetdb-ssl-setup (option A) did state that the config

Re: [Puppet Users] Puppet 3.2 and Hiera: problem of order and tagged function

2013-07-05 Thread David Schmitt
On 05.07.2013 14:53, francois.lafont.1...@gmail.com wrote: Hello everybody, Yet, with "Stage['one'] -> Stage['two']", the classed are loaded in the good order. 1) Is it normal ? Yes. 2) I would like to have $var == "YES" whatever the order of classes in the yaml file. Is it possible ? tagg

[Puppet Users] Puppet 3.2 and Hiera: problem of order and tagged function

2013-07-05 Thread francois . lafont . 1978
Hello everybody, I'm testing Puppet 3.2 and Hiera (installed with http://apt.puppetlabs.com) on Debian Wheezy. Here is my "/etc/puppet/manifests/site.pp" file : --- stage { "one": } stage { "two": } Stage['one'] -> Stage['two'] hiera_include('c

[Puppet Users] Updating a pkgdmg package

2013-07-05 Thread Felipe Cavalcante Vilella de Oliveira
Hello guys, I tried to update VirtualBox on my machine using puppet but I fall in an issue with query. https://github.com/puppetlabs/puppet/blob/master/lib/puppet/provider/package/pkgdmg.rb#L116 In this code its only look if the file exist and ignore the source value. So, if I update the sourc

[Puppet Users] puppet agent does nothing after upgrade from 2.7.20 to 3.2.2

2013-07-05 Thread jdsysadm
Hello, I'm looking at upgrading my Puppet masters to 3.2.2. My entire environment is currently running puppet 2.7.20, and the masters are all running under Passenger. I've started by upgrading one of the masters to 3.2.2, and now I'm finding that when I run "puppet agent -t" on any client poi

Re: [Puppet Users] Multiple Puppet agents on one node?

2013-07-05 Thread John V.
Hi, Sorry to revive this old thread, but I'm trying to do the same thing and running into two minor problems.. I would like to rename the puppet command to something like puppet3. We're running two versions while we're migrating from 2.7 to 3.x However, when I try to do a symlink I get the fol

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread Jakov Sosic
On 07/05/2013 02:46 PM, David Schmitt wrote: > One of the big arguments for puppet is the unifying aspect of devs and > ops to use the same tool/language/process, which improves cooperation, > agility and quality of the work. This indicates that your application > deployment should be integrated i

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread David Schmitt
On 05.07.2013 13:37, Jakov Sosic wrote: Hi, Let's imagine there is a daemon named foobard, which has it's configuration snippets in /etc/foobar.d/*.conf Applications are deployed via some tool other than puppet, for example Jenkins or Capistrano, and developers want to be able to also push syst

Re: [Puppet Users] How to force generation of ca_crl.pem?

2013-07-05 Thread Ken Barber
If it helps I did a bit of a Gist walkthrough of the full cert recreation etc. using puppet cert generate here: https://gist.github.com/kbarber/5934100 ... On Fri, Jul 5, 2013 at 1:00 PM, Ken Barber wrote: >> I have a standard Puppet 2.7 configuration installed from Gem on Ubuntu >> 12.04, runnin

Re: [Puppet Users] How to force generation of ca_crl.pem?

2013-07-05 Thread Ken Barber
> I have a standard Puppet 2.7 configuration installed from Gem on Ubuntu > 12.04, running behind Apache. > > I'm testing the reprovisioning of the puppet master from scratch in Vagrant > and ran into a little snug - apache configuration points to a puppet > ca_crl.pem file which doesn't exist, so

[Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread Jakov Sosic
Hi, Let's imagine there is a daemon named foobard, which has it's configuration snippets in /etc/foobar.d/*.conf Applications are deployed via some tool other than puppet, for example Jenkins or Capistrano, and developers want to be able to also push system configs for specific deamon(s) via thei

Re: [Puppet Users] Packages on fedora19

2013-07-05 Thread Sam Kottler
Greetings, I'm (along with Mike + a few others) one of the Fedora package maintainers for Puppet & Facter. A number of people have reported good results with the latest release of 3.1.1 in F19. Of course, PL's repos are ideal for the latest version, but the vanilla version in Fedora proper will al