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. These include the
> complete cut-
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.
+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 wrote:
> Awesome :)
>
> On 7/9/2010 11:58 PM, James Turnbull wrote:
>> Welcome back again t
ah, good point! i will look into it, thank you.
//Adam
On 9 July 2010 09:23, David Schmitt 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
>> (
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
Hi,
I have to replicate couchdb in a binary tree format in nodes.
say,
root
|
--
leaf1 leaf2
| |
-
prudhvi writes:
> I have to replicate couchdb in a binary tree format in nodes. say,
>
> root
>|
> --
> leaf1 leaf2
> |
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 ava
-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: /Libr
Dammit. I ALWAYS do that. Thanks!
On Sat, Jul 10, 2010 at 10:39 AM, Peter Meier wrote:
> -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
>
> w
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".
File streaming means the c
On 10/07/10 10:43, 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 :)
I just tried with my production manifests (on a test env) and found only
3 issue
-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
> rev
On 10/07/10 16:54, 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.d
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-revok
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 (or puppet cert) are now also
>>> revoked.
>>
>> Is
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
Here's the Pastie link --> http://pastie.org/1038963
On Jul 10, 1:47 pm, Gary Larizza 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.
>
> Here's a
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 b
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 wrot
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
Gary
Can you pastie run with --trace please?
Thanks
James
On 10/07/2010, at 11:48 AM, Gary Larizza 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 anyone else see
On Sat, Jul 10, 2010 at 11:48 AM, Gary Larizza 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 anyone else see this in 2.6?
> I'm running both master and agent on OS X 10.
On Sat, Jul 10, 2010 at 11:53 AM, Jeff McCune wrote:
>
> Could you run this please with --evaltrace which will give us a
> backtrace? I suspect this is an issue with the provider but this will
> verify it.
James provided the correct command line option, --evaltrace is
something different. Pleas
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 w
Sorry for the delay, here it is. http://pastie.org/1039070
On Sat, Jul 10, 2010 at 2:56 PM, Jeff McCune wrote:
> On Sat, Jul 10, 2010 at 11:53 AM, Jeff McCune wrote:
> >
> > Could you run this please with --evaltrace which will give us a
> > backtrace? I suspect this is an issue with the prov
On 10/07/10 22:18, Gary Larizza wrote:
> Sorry for the delay, here it is. http://pastie.org/1039070
It looks like Puppet::Resource::Catalog#resources doesn't exist anymore.
I suggest you file a redmine ticket with the full stacktrace so that it
can be fixed. It apparently comes from the commit 7c
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 em
2010/7/10 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, Jame
29 matches
Mail list logo