[Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread James Turnbull
Welcome back again to the Puppet release cycle with the long-awaited eleventy times better 2.6.0rc1 release! The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements. These include the complete cut-over from XMLRPC to the REST API,

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Ryan Dooley
Awesome :) On 7/9/2010 11:58 PM, James Turnbull wrote: Welcome back again to the Puppet release cycle with the long-awaited eleventy times better 2.6.0rc1 release! The 2.6.0 release is a major feature release and includes a huge variety of new features, fixes, updates and enhancements.

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Mike Pountney
+1 to that! I'm particularly interested in using hashes and stages. Any knowledge of known gotchas going from 0.25 manifests would be appreciated, if available :) On 10 Jul 2010, at 08:58, Ryan Dooley ryan.doo...@gmail.com wrote: Awesome :) On 7/9/2010 11:58 PM, James Turnbull wrote:

Re: [Puppet Users] inventory of managed resources

2010-07-10 Thread Adam Winberg
ah, good point! i will look into it, thank you. //Adam On 9 July 2010 09:23, David Schmitt da...@dasz.at wrote: On 7/7/2010 4:33 PM, Adam Winberg wrote: Hi, are there any good ways of scripting an inventory of managed resources on all nodes? I've found the inventory script by R.I.Pienaar

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread James Turnbull
Mike Pountney wrote: +1 to that! I'm particularly interested in using hashes and stages. Any knowledge of known gotchas going from 0.25 manifests would be appreciated, if available :) Well the best way to find gotchas is to test the release candidate ... then you'll know and you can

[Puppet Users] replication of nodes for couchdb

2010-07-10 Thread prudhvi
Hi, I have to replicate couchdb in a binary tree format in nodes. say, root | -- leaf1 leaf2 | |

Re: [Puppet Users] replication of nodes for couchdb

2010-07-10 Thread Daniel Pittman
prudhvi prudh...@gmail.com writes: I have to replicate couchdb in a binary tree format in nodes. say, root | -- leaf1 leaf2 |

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Gary Larizza
James, Has the -no-daemonize option been changed? See below: bash-3.2# puppet master -v -d -no-daemonize ambiguous option: -no-daemonize Try 'puppet master --help' bash-3.2# puppet master --help grep: /Library/Ruby/Site/1.8/puppet/util/command_line/*: No such file or directory No help

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has the -no-daemonize option been changed? See below: bash-3.2# puppet master -v -d -no-daemonize ambiguous option: -no-daemonize wasn't it --no-daemonize? Try 'puppet master --help' bash-3.2# puppet master --help grep:

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Gary Larizza
Dammit. I ALWAYS do that. Thanks! On Sat, Jul 10, 2010 at 10:39 AM, Peter Meier peter.me...@immerda.chwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Has the -no-daemonize option been changed? See below: bash-3.2# puppet master -v -d -no-daemonize ambiguous option:

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/10/2010 04:54 PM, Patrick Mohr wrote: On Jul 9, 2010, at 11:58 PM, James Turnbull wrote: Certificates cleaned with puppetca (or puppet cert) are now also revoked. Is there some way to clean a cert (using puppet cert) without revoking

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread James Turnbull
Patrick Mohr wrote: On Jul 9, 2010, at 11:58 PM, James Turnbull wrote: Certificates cleaned with puppetca (or puppet cert) are now also revoked. Is there some way to clean a cert (using puppet cert) without revoking it? Something like puppet cert --clean hostname.domain --no-revoke.

[Puppet Users] Puppet 2.6RC1 Package call not working?

2010-07-10 Thread Gary Larizza
Hey All, I've setup a class called demopackage that installs a couple of packages with the pkgdmg provider. Unless I'm doing it wrong, I'm not seeing it being called or evaluated. Here's a Pastie with my puppet.conf, site.pp, nodes.pp, the classfile, and puppet output. It's also not creating a

[Puppet Users] Re: Puppet 2.6RC1 Package call not working?

2010-07-10 Thread Gary Larizza
Here's the Pastie link -- http://pastie.org/1038963 On Jul 10, 1:47 pm, Gary Larizza ccsh...@gmail.com wrote: Hey All, I've setup a class called demopackage that installs a couple of packages with the pkgdmg provider. Unless I'm doing it wrong, I'm not seeing it being called or evaluated.

Re: [Puppet Users] Re: Puppet 2.6RC1 Package call not working?

2010-07-10 Thread Brice Figureau
Hi Gary, On 10/07/10 19:56, Gary Larizza wrote: Here's the Pastie link -- http://pastie.org/1038963 It looks like you're not importing nodes.pp if I'm not mistaken, so you never include the demopackage class. -- Brice Figureau My Blog: http://www.masterzen.fr/ -- You received this message

Re: [Puppet Users] Re: Puppet 2.6RC1 Package call not working?

2010-07-10 Thread Gary Larizza
That's it..I removed it trying to isolate the error from http://projects.reductivelabs.com/issues/4206 Thanks for the simple answer - works fine now. -Gary On Sat, Jul 10, 2010 at 2:04 PM, Brice Figureau brice-pup...@daysofwonder.com wrote: Hi Gary, On 10/07/10 19:56, Gary Larizza wrote:

[Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6

2010-07-10 Thread Gary Larizza
I'm going through my list of classes, so pardon the list spam today. When I try to evaluate a user in a classfile, I'm getting an Uncaught exception error. Does anyone else see this in 2.6? I'm running both master and agent on OS X 10.6 Server. See the Pastie with the classfile and output dump

Re: [Puppet Users] Uncaught Exception in Puppet::Resource::Catalog under 2.6

2010-07-10 Thread James Turnbull
Gary Can you pastie run with --trace please? Thanks James On 10/07/2010, at 11:48 AM, Gary Larizza ccsh...@gmail.com wrote: I'm going through my list of classes, so pardon the list spam today. When I try to evaluate a user in a classfile, I'm getting an Uncaught exception error. Does

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Jesús M. Navarro
Hi: On Saturday 10 July 2010 19:11:12 Patrick Mohr wrote: On Jul 10, 2010, at 7:57 AM, Peter Meier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/10/2010 04:54 PM, Patrick Mohr wrote: On Jul 9, 2010, at 11:58 PM, James Turnbull wrote: Certificates cleaned with puppetca

[Puppet Users] module collections - stand alone puppet architecture

2010-07-10 Thread TonyR
does one of the module collections support a stand-alone puppet better than the others? -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Patrick Mohr
2010/7/10 Jesús M. Navarro jesus.nava...@andago.com Hi: On Saturday 10 July 2010 19:11:12 Patrick Mohr wrote: On Jul 10, 2010, at 7:57 AM, Peter Meier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/10/2010 04:54 PM, Patrick Mohr wrote: On Jul 9, 2010, at 11:58 PM,