Re: [Puppet Users] Late-binding provider dependencies

2011-03-25 Thread Denmat
Hi, 2.6 provides stages that will enable you to do what you want. Not sure what you'd do in .25 to achieve anything similar or if you can. Cheers, On 26/03/2011, at 3:54, Phil Calvin wrote: > In a few places (both on the Wiki[1] and the mailing list[2]), I've > seen references to late-bind

Re: [Puppet Users] Performing text substitution on templates/source files?

2011-03-25 Thread Denmat
Hi, You can think of using augeas but you'll need to create your own 'lens'. Never made one myself so not sure of the effort involved. Cheers, On 26/03/2011, at 2:58, Nate Carlson wrote: > Hi! > > I have a situation where we want to take files from our upstream software > vendor, replace Ma

Re: [Puppet Users] puppet certificate request error

2011-03-25 Thread Denmat
Hi, Verify that the server name you are using is correct (is it 'puppet' or 'puppetmaster'?). Use the --waitforcert option when first signing. Verify that puppetmaster is running on the server. Verify that you can access port 8140 on the server from the client. Cheers, On 25/03/2011, at 22:30

[Puppet Users] Re: ANNOUNCE: Puppet 2.6.7 final!

2011-03-25 Thread Ian Ward Comfort
On 24 Mar 2011, at 7:11 PM, Todd Zullinger wrote: > Please note that 2.6.6 is in Fedora and EPEL testing repositories. I don't > plan to update puppet there until 2.6.6 is pushed to the stable updates repos > in a few weeks. Any help testing the 2.6.6 packages is most welcome. Once > that upd

[Puppet Users] augeas match != bug

2011-03-25 Thread hai wu
This bug at http://projects.puppetlabs.com/issues/5211 is showing as 'Closed', but I am still hitting it with Puppet 2.6.7-1 on RHEL6 (ruby 1.8.7). For /etc/security/limits.conf, got some error using almost the same code as here: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas?ve

[Puppet Users] Late-binding provider dependencies

2011-03-25 Thread Phil Calvin
In a few places (both on the Wiki[1] and the mailing list[2]), I've seen references to late-binding for provider dependencies. For instance, the vcsrepo provider needs git, but git may not be installed until Puppet has started to apply the configuration. In Puppet 0.25, the entire run fails because

[Puppet Users] Simple class help

2011-03-25 Thread tigreton
I have this in my /manifests/site.pp Do i need to send you more files? I don't think so... class sudo { file { "/tmp/prueba.txt": owner => root, group => root, mode => 440, ensure => present, content => "esto es una pru

[Puppet Users] Performing text substitution on templates/source files?

2011-03-25 Thread Nate Carlson
Hi! I have a situation where we want to take files from our upstream software vendor, replace Maven-style variables with real data (from variables set based on the environment within Puppet), and then deploy the changed file to the puppet client. Here's an example upstream configuration: -- begi

[Puppet Users] Performing text substitution on templates/source files?

2011-03-25 Thread Nate Carlson
Hi! I have a situation where we want to take files from our upstream software vendor, replace Maven-style variables with real data (from variables set based on the environment within Puppet), and then deploy the changed file to the puppet client. Here's an example upstream configuration: --

Re: [Puppet Users] General Question about passenger and puppet

2011-03-25 Thread Charles Johnson
Yes. If you configure apache and passenger correctly they manage it for you. ~Charles~ On Fri, Mar 25, 2011 at 10:57 AM, rjl wrote: > Does puppetd or puppetmasterd need to be running on the puppetmaster > if I have configured puppet to use passenger? > > Thanks in advance... > > -- > You receiv

[Puppet Users] General Question about passenger and puppet

2011-03-25 Thread rjl
Does puppetd or puppetmasterd need to be running on the puppetmaster if I have configured puppet to use passenger? Thanks in advance... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegrou

[Puppet Users] Re: run stages in puppet 2.6

2011-03-25 Thread jcbollinger
On Mar 24, 5:36 pm, Tim Dunphy wrote: > Which is confusing because I was under the impression that under 2.6 > the class / stage relationship basically takes the place of 'include > foo' where foo is a class you want to use. That is a somewhat mistaken impression, but I can see how you might ge

Re: [Puppet Users] run stages in puppet 2.6

2011-03-25 Thread Gary Larizza
Hi Tim, I wrote an article on RunStages here about a week or so ago --> http://glarizza.posterous.com/using-run-stages-with-puppet Maybe it will help you out a bit with the syntax itself, and then you can build from there? I hope it helps! On Thu, Mar 24, 2011 at 6:36 PM, Tim Dunphy wrote: >

[Puppet Users] puppet certificate request error

2011-03-25 Thread CHEBRIAN
Dear ALL. I am trying to generate the ca for my puppet client . But it showing the following error puppetd --server puppet --test --debug --no-daemonize warning: peer certificate won't be verified in this SSL session err: Could not request certificate: Error 400 on SERVER: undefined method `inf

[Puppet Users] failed dependancy on augas provider doesn't let me install the dependancy

2011-03-25 Thread Rudy Gevaert
Hello, I am using augeas to do some configuration. However our initial bootstrap didn't install "libaugeas0","libaugeas-ruby","augeas-tools". I fixed that by setting in my manifests to install those packages. My puppet runs work as long as I don't use augeas in my manifests. If I use auge

Re: [Puppet Users] pupet dashboard taking more than 10 minutes to destroy a node

2011-03-25 Thread Arnau Bria
Hi, After some prune /all excpet last week)/optimize the destroy action works great.. Thanks for the tips, now I have to take a lokk at mysql links. Cheers, Arnau -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send

Re: [Puppet Users] err: Could not retrieve catalog from remote server: certificate verify failed

2011-03-25 Thread Felix Frank
On 03/24/2011 04:53 PM, Mike Franon wrote: > Thanks, > > Do you mean on the puppetmaster? Hi, probably not. It's important that the client calls the puppetmaster by the name that's in the master's certificate. So either user --server=puppet.mydomain.org or the equivalent in puppet.conf. If this