[Puppet Users] Re: Simplest setups not working

2008-09-29 Thread Teyo Tyree
David, David Dyer-Bennet wrote: > Puppet is kicking my ass. Maybe I'm having a stupid day. > Don't worry it kicks my ass everyday, but I am training, and one day I'll take it down I swear. > Anyway -- currently working through the "Simplest Puppet Install Recipe" > at >

[Puppet Users] Re: Puppet clients stop talking to the puppetmaster server

2008-09-29 Thread Andrew Shafer
I believe the problem is on the client. Debugging logs there would be the place I'd start. On Mon, Sep 29, 2008 at 8:29 PM, josh <[EMAIL PROTECTED]> wrote: > > The clients still check in every 30 minutes or so, but aren't > downloading the new classes from the server, and they wil still be > tryi

[Puppet Users] Re: Puppet clients stop talking to the puppetmaster server

2008-09-29 Thread josh
The clients still check in every 30 minutes or so, but aren't downloading the new classes from the server, and they wil still be trying to download non-existant classes. I'm pushing out an upgrade of facter from 1.3.8 to 1.5.2, as of right now 500 out of 700 hosts have the new facter version, the

[Puppet Users] Re: Pulling Strings with Puppet

2008-09-29 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 windowsrefund wrote: > James, > > I'm really bothered by the fact that the 'ebook' contains DRM. In > fact, I can't even access my purchased copy because I forgot my pass > phrase. I really wish you would have taken a stand against this DRM > when wo

[Puppet Users] Re: certificate strategy for workstations

2008-09-29 Thread Crawford Kyle
On Sep 29, 2008, at 1:06 PM, Nigel Kersten wrote: > > On Mon, Sep 29, 2008 at 8:56 AM, Crawford Kyle <[EMAIL PROTECTED]> > wrote: >> >> Hi, >> >> I am wondering how people are handling certificates for workstations >> whose names commonly change. >> >> I am using Puppet to manage Mac workstati

[Puppet Users] Re: Simplest setup not working

2008-09-29 Thread Paul Lathrop
As Dave Nash mentioned, by default, Puppet tries to contact a host called "puppet" to receive it's configuration. It doesn't *necessarily* use DNS; a hosts file entry will work, as will other methods. You can configure the option on the command line with the --server option, or you can use /etc/p

[Puppet Users] Re: Puppet clients stop talking to the puppetmaster server

2008-09-29 Thread Andrew Shafer
What do the logs look like on the clients that stop connecting? That's where I'd expect to see something, not on the master. On Mon, Sep 29, 2008 at 11:14 AM, josh <[EMAIL PROTECTED]> wrote: > > Here's the scenario, > > We have roughly 700 OpenSolaris hosts running puppet-0.24.4, > facter-1.3.8

[Puppet Users] Re: Simplest setup not working

2008-09-29 Thread Dave Nash
"puppetd --server=YOUR PUPPET MASTER" should get you rolling. I believe by default puppet looks for a server named puppet in the DNS search path. --dn On Mon, Sep 29, 2008 at 2:41 PM, dd-b <[EMAIL PROTECTED]> wrote: > > Following up to myself to add that I performed the obvious test of > trying

[Puppet Users] Re: Simplest setup not working

2008-09-29 Thread dd-b
Following up to myself to add that I performed the obvious test of trying the puppetd run on a system directly on the same LAN as the master, and got the identical error, still unable to find the master. --~--~-~--~~~---~--~~ You received this message because you a

[Puppet Users] Simplest setups not working

2008-09-29 Thread David Dyer-Bennet
Puppet is kicking my ass. Maybe I'm having a stupid day. Anyway -- currently working through the "Simplest Puppet Install Recipe" at . Both client and server systems are Centos. Puppet[master] installed from RPMs, client ha

[Puppet Users] Simplest setup not working

2008-09-29 Thread dd-b
Puppet is kicking my ass. Maybe I'm having a stupid day. Anyway -- currently working through the "Simplest Puppet Install Recipe" at . Both client and server systems are Centos. Puppet[master] installed from RPMs, client

[Puppet Users] Re: Puppet Common Modules: SSH Proposal

2008-09-29 Thread Jeroen van Meeuwen
Digant C Kasundra wrote: > There is a lot to digest here but a quick correction on: > > # Red Hat / CentOS has puppet-0.24.4 and does not do the import magic. It > could do the imports, but it requires import statements per file (not exactly > making the module any more portable). > > I'm not

[Puppet Users] Re: Pushing data into a CMDB (especially Remedy)

2008-09-29 Thread Digant C Kasundra
- "Ohad Levy" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm interested, I've already done some basic work on the puppet side. > In our setup we decided not to use storeconfig (due to technical > limitations of having too many puppet masters in different locations), > therefor, we have re impleme

[Puppet Users] Re: Pushing data into a CMDB (especially Remedy)

2008-09-29 Thread Digant C Kasundra
- "Jeff Leggett" <[EMAIL PROTECTED]> wrote: > Yes, I would be interested in this as well. We posited that Puppet > and facter could make a nice foundation for a CMDB, but you need more > data. It wouldn't be as feature complete as, say BMC's Atrium > product, but in most cases you don't ne

[Puppet Users] Re: Pushing data into a CMDB (especially Remedy)

2008-09-29 Thread Digant C Kasundra
> > I was curious if anyone else works at an institution that uses > Remedy, particularly as a CMDB infrastructure. We're planning to do > that and so I've been tasked with writing integration tools so that > Puppet can feed data of interest up into that system. If anyone is > interested in hel

[Puppet Users] Re: Puppet Common Modules: SSH Proposal

2008-09-29 Thread Digant C Kasundra
There is a lot to digest here but a quick correction on: # Red Hat / CentOS has puppet-0.24.4 and does not do the import magic. It could do the imports, but it requires import statements per file (not exactly making the module any more portable). I'm not sure what you mean by this as import m

[Puppet Users] Re: Module Standards

2008-09-29 Thread Digant C Kasundra
- "Kenton Brede" <[EMAIL PROTECTED]> wrote: > My question is, what's wrong with this setup? I ask this realizing > the smallness of our > operation makes me a little myopic. With a small operation, it is okay. With something larger, it doesn't scale well and it doesn't make good use of m

[Puppet Users] Re: how to define variables in "module" scope ?

2008-09-29 Thread Felix Schäfer
Hello, Am 29.09.2008 um 18:40 schrieb Marc Fournier: > I have a bunch of variables that are used in several classes and > definitions, all part of the same module. > > As these variables are defined automatically based on system facts, I > would like to avoid having to declare them in each node

[Puppet Users] Re: Module Standards

2008-09-29 Thread Digant C Kasundra
- "Luke Kanies" <[EMAIL PROTECTED]> wrote: > Are your classes really getting that long? > > And does it really make sense to split them based on resource type, > rather than some other organizational criteria? > > The cfengine community was often hampered by a tendency to organize by >

[Puppet Users] Re: Module Standards

2008-09-29 Thread Digant C Kasundra
- "Al @ Lab42" <[EMAIL PROTECTED]> wrote: > Hi Digant, > what's the best place to comment/discuss what is written in: > http://www.reductivelabs.com/trac/puppet/wiki/ModuleStandards ? > > I'd like to take part in the discussion about the module standards > but > I don't think the wiki is th

[Puppet Users] Puppet clients stop talking to the puppetmaster server

2008-09-29 Thread josh
Here's the scenario, We have roughly 700 OpenSolaris hosts running puppet-0.24.4, facter-1.3.8, and ruby 1.8.6. Puppetmaster server is running OpenSolaris, puppet-0.24.5, facter-1.5.2, and ruby 1.8.6. I'm running 4 puppetmasterd instances with mongrel fronted by apache in load balancer mode. It

[Puppet Users] Re: certificate strategy for workstations

2008-09-29 Thread Nigel Kersten
On Mon, Sep 29, 2008 at 8:56 AM, Crawford Kyle <[EMAIL PROTECTED]> wrote: > > Hi, > > I am wondering how people are handling certificates for workstations > whose names commonly change. > > I am using Puppet to manage Mac workstations. When they initially > come on network, they haven't been name

[Puppet Users] certificate strategy for workstations

2008-09-29 Thread Crawford Kyle
Hi, I am wondering how people are handling certificates for workstations whose names commonly change. I am using Puppet to manage Mac workstations. When they initially come on network, they haven't been named, dynamic dns has not updated and they have the potential to have name conflicts.

[Puppet Users] how to define variables in "module" scope ?

2008-09-29 Thread Marc Fournier
Hello, I have a bunch of variables that are used in several classes and definitions, all part of the same module. As these variables are defined automatically based on system facts, I would like to avoid having to declare them in each node that uses classes or definitions from my module. Where

[Puppet Users] Re: Pulling Strings with Puppet

2008-09-29 Thread windowsrefund
James, I'm really bothered by the fact that the 'ebook' contains DRM. In fact, I can't even access my purchased copy because I forgot my pass phrase. I really wish you would have taken a stand against this DRM when working on this project. Best, Adam On Sep 28, 11:56 pm, James Turnbull <[EMAIL

[Puppet Users] test 2, please disregard

2008-09-29 Thread Marcin Owsiany
I'm having problems with google groups -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 "Every program in development at MIT expands until it can read mail."

[Puppet Users] test, please disregard

2008-09-29 Thread Marcin Owsiany
I'm having problems with google groups -- Marcin Owsiany <[EMAIL PROTECTED]> http://marcin.owsiany.pl/ GnuPG: 1024D/60F41216 FE67 DA2D 0ACA FC5E 3F75 D6F6 3A0D 8AA0 60F4 1216 "Every program in development at MIT expands until it can read mail."

[Puppet Users] Re: Request for Puppet Lightning Talk at FSCONS 2008 in Gothenburg, Sweden

2008-09-29 Thread Nigel Kersten
On Mon, Sep 29, 2008 at 6:14 AM, Stian Rødven Eide <[EMAIL PROTECTED]> wrote: > Hi Juri, Martin and Nigel, > > Thank you for your interest. I'm glad to hear there are so many of you > spreading the Puppet word. > Although we'd love to have you all at our conference, we can only afford > to have on

[Puppet Users] Re: Request for Puppet Lightning Talk at FSCONS 2008 in Gothenburg, Sweden

2008-09-29 Thread Nigel Kersten
On Mon, Sep 29, 2008 at 4:40 AM, Juri Rischel Jensen <[EMAIL PROTECTED]> wrote: > > Hi Stian > > On Sep 28, 2008, at 16:14 , julipan wrote: >> I'm involved in the organizing of FSCONS 2008, a conference on Free >> Software and Free Culture that takes place in Gothenburg, Sweden on >> October 24-26

[Puppet Users] Re: Request for Puppet Lightning Talk at FSCONS 2008 in Gothenburg, Sweden

2008-09-29 Thread Juri Rischel Jensen
Hi Stian On Sep 28, 2008, at 16:14 , julipan wrote: > I'm involved in the organizing of FSCONS 2008, a conference on Free > Software and Free Culture that takes place in Gothenburg, Sweden on > October 24-26. > > We received a request for a presentation of the Puppet project and > wondered whethe

[Puppet Users] Re: Creating a bunch of types to manage cobbler

2008-09-29 Thread Sven Mueller
James Turnbull schrieb: > Sven Mueller wrote: >> In other words: >> I would really appreciate something like the PracticalTypes page which >> goes on to describe "ensurable" and how to write a provider for it. > > Sven > > I presume you've read: > > http://reductivelabs.com/trac/puppet/wiki/Pro

[Puppet Users] Re: external node trouble

2008-09-29 Thread Andrew Shafer
Looks like I spoke too soon, Puppet will use the default YAML in standard ruby and I did get my external nodes to work with that other array format. I wasn't familiar with that representation of arrays in yaml so the difference stuck out to me. What version of Puppet are you using? In your puppet