Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-29 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello, Am Mi den 27. Okt 2010 um 15:37 schrieb Brice Figureau: > Which means the code has no line information. Hmmm... > > If I output the code with puts I get the following: > >[] > >[] > ># > ># > >[Filebucket[local]] > > >

Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-29 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Mi den 27. Okt 2010 um 15:37 schrieb Brice Figureau: > > If I output the code with puts I get the following: > >[] > >[] > ># > ># > >[Filebucket[local]] > > > > I think there is something wrong but I do not know what. > > >

Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-29 Thread Brice Figureau
On Fri, 2010-10-29 at 10:52 +0100, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hello, > > Am Mi den 27. Okt 2010 um 15:37 schrieb Brice Figureau: > > Which means the code has no line information. > > Hmmm... > > > > If I output the code with puts I get the follow

Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-29 Thread Brice Figureau
On Fri, 2010-10-29 at 11:07 +0100, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Am Mi den 27. Okt 2010 um 15:37 schrieb Brice Figureau: > > > If I output the code with puts I get the following: > > >[] > > >[] > > ># > > ># > > >[Filebucket[local]

Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-29 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Am Fr den 29. Okt 2010 um 11:14 schrieb Brice Figureau: > > And looking at the documentation gave that html is no valid option. I > > think I did misunderstood this question? > > Actually I meant running in mode rdoc, but producing html (to do this,

[Puppet Users] Re: puppet-zenoss plugin

2010-10-29 Thread CraftyTech
Thanks for the heads up Peter. I'll look into this new iteration of the module. Cheers, Henry On Oct 27, 5:49 am, Peter Meier wrote: > >      I'm testing the puppet-zenoss plugin: > >http://github.com/mamba/puppet-zenoss > > > I'm able to export and collect host properly.  I however, can't get

[Puppet Users] Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.3 - Release Candidate 2 available!

2010-10-29 Thread Todd Zullinger
James Turnbull wrote: > We're back with a maintenance release: 2.6.3. This > release addresses some issues in the 2.6.2 release. For those using Fedora or RHEL/CentOS, I've updated the yum repos at: http://tmz.fedorapeople.org/repo/puppet/ Packages for EL 4 - 6 and Fedora 12 - 14 are availa

[Puppet Users] Moving the puppet master

2010-10-29 Thread Jay Adkisson
Hey all, I need to move my puppet master to a different host with a different hostname. Is there a fancy way to do this that doesn't involve manually going to each client and cleaning the certificates? Thanks, --Jay -- You received this message because you are subscribed to the Google Groups

[Puppet Users] require service started at another node

2010-10-29 Thread Leonko
Hello, Anybody now how make with puppet dependence on other service on another node? like : require => Service[dbnode:postgresql] I need ensure that the db is running on another node before start my appserver. Thank you. -- You received this message because you are subscribed to the Google Gro

Re: [Puppet Users] Re: Using puppet to update itself

2010-10-29 Thread Nigel Kersten
On Thu, Oct 28, 2010 at 3:15 PM, Forrie wrote: > Thanks for posting the code snippet. > > We haven't been building RPMs for internal use; so, I certainly could > work on that. I think we might be able to do a filesystem tree copy > -- for example, track the files that get installed on the maste

Re: [Puppet Users] Moving the puppet master

2010-10-29 Thread Dan Bode
On Thu, Oct 28, 2010 at 5:41 PM, Jay Adkisson wrote: > Hey all, > > I need to move my puppet master to a different host with a different > hostname. Is there a fancy way to do this that doesn't involve manually > going to each client and cleaning the certificates? > the only thing you need to m

Re: [Puppet Users] /var/lib/puppet/clientbucket

2010-10-29 Thread Marek Dohojda
Thank you so much! That works great. I do not need a backup at all. From: Nigel Kersten Sent: Wednesday, October 27, 2010 8:41 AM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] /var/lib/puppet/clientbucket On Tue, Oct 26, 2010 at 11:30 PM, Marek Dohojda wrote: Hello ev

[Puppet Users] Re: Puppet on Windows

2010-10-29 Thread barry.allard
x64? On Oct 28, 8:37 am, Trevor Whitlock wrote: > Windows actually doesn't care about the direction of slashes in the > path from programming languages. > > -Trevor > > > > > > > > On Thu, Oct 28, 2010 at 9:21 AM, Kikanny wrote: > > Hmm...that is what puppet reports when it is run. I think its b

Re: [Puppet Users] Re: Puppet on Windows

2010-10-29 Thread Trevor Whitlock
I actually haven't tested that on x64. I just double checked in java and that is correct. All file accesses work with forward slashes. -Trevor On Fri, Oct 29, 2010 at 10:27 AM, barry.allard wrote: > x64? > > On Oct 28, 8:37 am, Trevor Whitlock wrote: >> Windows actually doesn't care about the

Re: [Puppet Users] Moving the puppet master

2010-10-29 Thread Bruce Richardson
On Fri, Oct 29, 2010 at 08:48:22AM -0700, Dan Bode wrote: > On Thu, Oct 28, 2010 at 5:41 PM, Jay Adkisson wrote: > > > Hey all, > > > > I need to move my puppet master to a different host with a different > > hostname. Is there a fancy way to do this that doesn't involve manually > > going to ea

[Puppet Users] Puppet REST API

2010-10-29 Thread Daniel Barbato
Hi, I'm trying to find information regarding REST API for puppet. I found a bug raised earlier in the year saying that at the moment it was documented in the code. Please could someone enlighten me as to which github project I should be looking at; or whether the full API has now been documented

Re: [Puppet Users] Puppet REST API

2010-10-29 Thread Nigel Kersten
On Fri, Oct 29, 2010 at 6:10 PM, Daniel Barbato wrote: > Hi, > > I'm trying to find information regarding REST API for puppet. > > I found a bug raised earlier in the year saying that at the moment it > was documented in the code. > > Please could someone enlighten me as to which github project I

Re: [Puppet Users] require service started at another node

2010-10-29 Thread Bruce Richardson
On Fri, Oct 29, 2010 at 04:56:34AM -0700, Leonko wrote: > Hello, > Anybody now how make with puppet dependence on other service on > another node? > > like : require => Service[dbnode:postgresql] > I need ensure that the db is running on another node before start my > appserver. You can't do thi

Re: [Puppet Users] require service started at another node

2010-10-29 Thread Ohad Levy
You can try using something like http://github.com/puppetlabs/puppet-external-resource Ohad On Fri, Oct 29, 2010 at 1:56 PM, Leonko wrote: > Hello, > Anybody now how make with puppet dependence on other service on > another node? > > like : require => Service[dbnode:postgresql] > I need ensure

Re: [Puppet Users] Moving the puppet master

2010-10-29 Thread Jay Adkisson
Awesome, thanks guys. I think this time I'll have to move the ca directory and generate the new cert, but since we do have an alias of "puppet" which I'm going to switch over, I'll definitely look into using those "certname" and "certdnsnames" options. Thanks! Peace, --Jay On Fri, Oct 29, 2010