Re: [Puppet Users] Re: Problems in Ch. 4 of Pro Puppet 2nd Edition

2014-03-06 Thread Jon Forrest
On 3/5/2014 1:26 PM, Alessandro Franceschi wrote: Hei Jon, your text correction and errors hunting skills are impressive. Thanks. I try. I'm writing a book about Puppet too and am definitively in time to correct it before printing. There are already technical reviewers doing a great work, but

Re: [Puppet Users] Re: Bug(?) in puppetlabs-firewall module prevents successful install/upgrade to PE 3.2

2014-03-06 Thread Peter Bukowinski
On Mar 6, 2014, at 4:58 PM, Paul Greenbank wrote: > Hey Peter > > As a work around I've downloaded the latest 1.0.2 firewall module from > puppetforge backed up the broken module in the installer module directory > copied the 1.0.2 version into the modules directory renamed it (yes this is >

[Puppet Users] Re: Bug(?) in puppetlabs-firewall module prevents successful install/upgrade to PE 3.2

2014-03-06 Thread Paul Greenbank
Hey Peter As a work around I've downloaded the latest 1.0.2 firewall module from puppetforge backed up the broken module in the installer module directory copied the 1.0.2 version into the modules directory renamed it (yes this is probably a very bad thing !) to 1.0.0 which the installer expect

[Puppet Users] Search filters have been added to the Puppet Forge. Here's how to add compatibility expressions to your module.

2014-03-06 Thread Ryan Coleman
I've posted this to Puppet-Users to better ensure those publishing to the Puppet Forge see it. If you want to reply, please reply to Puppet-Dev. With the launch of Puppet Enterprise 3.2 this week, the Puppet Forge added search filters to help people find modules that are compatible with their Pupp

[Puppet Users] PE 3.2 Issue when Upgrading from PE 3.1.3

2014-03-06 Thread Louis
I have new Vagrant Box with a recent installation of PE 3.1.3 and it fails the upgrade with the following error. Complete! Loaded plugins: fastestmirror, security Cleaning repos: Cleaning up Everything Cleaning up list of fastest mirrors ## Preserving existing puppet.conf for now... ## Preservin

[Puppet Users] Re: LDAP backend for Hiera

2014-03-06 Thread Brunno Oliveira Prego
Arnaud, Is your code free for use? Thanks Em segunda-feira, 12 de agosto de 2013 10h37min39s UTC-3, Arnaud Gomes-do-Vale escreveu: > > Hi folks, > > I have written a small LDAP backend for Hiera. I am aware of the one at > but it's not what I was lo

[Puppet Users] Re: include resources from another class

2014-03-06 Thread Garrett Honeycutt
On Thursday, March 6, 2014 10:17:00 AM UTC-8, bluethundr wrote: > > Hey all, > > I have a module that I've written called 'lumberjack'. It installs the > logstash forwarding agent called 'lumberjack' and gets the service running. > However it depends on ca certificate which I include in anothe

[Puppet Users] include resources from another class

2014-03-06 Thread Tim Dunphy
Hey all, I have a module that I've written called 'lumberjack'. It installs the logstash forwarding agent called 'lumberjack' and gets the service running. However it depends on ca certificate which I include in another class (called simply 'ca'). Yet if I try to include a resource from the 'ca'

[Puppet Users] Re: puppet stdlib functions difference github vs forge

2014-03-06 Thread Garrett Honeycutt
On Thursday, March 6, 2014 9:52:55 AM UTC-8, MCZ wrote: > > So I am looking at https://github.com/puppetlabs/puppetlabs-stdlib which > states module version is 4.1.0 and it has a bunch of new functions that do > not exist in the forge version of the module version 4.1.0, like: > > # stdlib

[Puppet Users] puppet stdlib functions difference github vs forge

2014-03-06 Thread MCZ
So I am looking at https://github.com/puppetlabs/puppetlabs-stdlib which states module version is 4.1.0 and it has a bunch of new functions that do not exist in the forge version of the module version 4.1.0, like: # stdlib/lib/puppet/parser/functions/deep_merge.rb # stdlib/lib/puppet/parser

[Puppet Users] Problems in Ch. 5 of Pro Puppet 2nd Edition

2014-03-06 Thread Jon Forrest
Here are the issues I found in Chapter 5. M = mistake U = unclear T = typo E = text change C = comment (T) Pg. 141 "classes, inheritance, variables and environment configuration" -> "classes, inheritance, variables, and environment configuration" (E) Pg. 141 "This integration is used" -> "This i

[Puppet Users] Re: Disable SSL when compiling catalogs for testing purposes

2014-03-06 Thread Alexander Fortin
On Thursday, March 6, 2014 3:15:39 PM UTC+1, jcbollinger wrote: > > > Do you see the "ca" in most of those? That stands for "certificate > authority". The one file that doesn't have it, ssl/crl.pem, is a > certificate revocation list, which is also associated with the CA. The > Puppet master

[Puppet Users] Re: Disable SSL when compiling catalogs for testing purposes

2014-03-06 Thread jcbollinger
On Thursday, March 6, 2014 1:50:43 AM UTC-6, Alexander Fortin wrote: > > On Wednesday, March 5, 2014 7:07:42 PM UTC+1, jcbollinger wrote: >> >> >> >> On Wednesday, March 5, 2014 8:35:40 AM UTC-6, Alexander Fortin wrote: >>> >>> [...] my understanding is >>> that every time we create the catalog,

[Puppet Users] Re: What is "Could not intern from pson" error??

2014-03-06 Thread Afroz Hussain
Hi Sans, Please run the below command once then start running puppet agent -t.. It will fix the issue. puppet agent --onetime --no-daemonize -v --server "YOUR PUPPET MASTER NAME" On Sunday, 6 May 2012 07:21:56 UTC+5:30, Sans wrote: > > Dear all, > I'm getting this really annoying problem, where

[Puppet Users] Re: Caught Encoding::CompatibilityError

2014-03-06 Thread Andrew Langhorn
I cross-posted this to AskPuppet, too: https://ask.puppetlabs.com/question/5624/caught-encodingcompatibilityerror/ On Wednesday, 5 March 2014 14:15:07 UTC, Andrew Langhorn wrote: > > Hi, > > I have a Puppet repository using Hiera as a lightweight ENC rather than > the more traditional init.pp sc

[Puppet Users] Re: puppet applying wrong/old configuration to client

2014-03-06 Thread Denny
Thanks for your reply - in fact it was totally my fault. I had applied some classed in puppet-dashboard as well as in the node.pp file. Topic can be closed. Am Mittwoch, 5. März 2014 16:34:40 UTC+1 schrieb jcbollinger: > > > > On Tuesday, March 4, 2014 4:07:26 AM UTC-6, Denny wrote: >> >> Hi all