Re: [Puppet Users] custom function load

2010-02-15 Thread Frederik Wagner
Hi Dan, sorry I have to correct myself. I don't know why I did not have it working before or why I didnt get it, but now it seems to work: As far as I understand _all_ the providers/types/facts/functions in the $modulepath//lib/ directories of _all_ modules are loaded, ndepended whether the modu

[Puppet Users] How can I set up multiple puppetmasterd?

2010-02-15 Thread Nobuchika Tanaka
Hi all. I have a question how to setup that one pupppetd host connects with more than two puppetmasterd host. [Environment] Puppetmasterd -version : 0.25.3 -OS : Solaris10 10/09 Puppetd -version : same as Puppetmasterd -OS : same as Puppetmasterd [The reason I need this setup] I'm

[Puppet Users] Puppet-master and puppetCA

2010-02-15 Thread yurkao
i've read the http://reductivelabs.com/trac/puppet/wiki/MultipleCertificateAuthorities and not quite sure if i've understood it correctly. i want to implement the following: puppet-front should only validate certificates from it's clients, however if new client connects to it: a) puppet-front mus

[Puppet Users] Re: Israeli Puppet meetup?

2010-02-15 Thread yurkao
yes i am :) where do you plan to stay? On Feb 10, 9:42 am, Ohad Levy wrote: > Hey Guys, > > Wondering if anyone here is from Israel, I'll be visiting Israel next week > and would love to have a good puppet talk > > cheers, > Ohad -- You received this message because you are subscribed to the Go

Re: [Puppet Users] Re: satellite sites management

2010-02-15 Thread R.I.Pienaar
- "Dan Bode" wrote: >> sure, but it just shows why global variables have been abandoned by >> all but the most sucky devs and languages, puppet has some way to go >> to make this easy for us to do the right thing :) > > > I wish I had a better response for this point ;) Except I will say >

[Puppet Users] Re: naming inherited classes vs namespace children.

2010-02-15 Thread jcbollinger
On Feb 13, 6:53 pm, Nigel Kersten wrote: > Do other people have a consistent naming system for distinguishing > between sub-classes that are simply namespace children versus those > that actually inherit from another class? I do not have such a system to offer, in part because I have never conc

Re: [Puppet Users] Re: naming inherited classes vs namespace children.

2010-02-15 Thread Nigel Kersten
On Mon, Feb 15, 2010 at 5:58 AM, jcbollinger wrote: > > > On Feb 13, 6:53 pm, Nigel Kersten wrote: >> Do other people have a consistent naming system for distinguishing >> between sub-classes that are simply namespace children versus those >> that actually inherit from another class? > > I do not

[Puppet Users] Behaviour overloading through inheritance

2010-02-15 Thread robert.gstoehl
Hey there, I'd like to migrate some of our solaris hardening mechanisms from sst (jass) to puppet. One part of the work involves disabling services in a secure base class while letting the administrator override specific services through sepcialized classes (kind of a secure - by default - mechani

[Puppet Users] My first type/provider - does nothing...

2010-02-15 Thread Daniel Kerwin
Hi list, i tried to write my first type and provider that should create logical volumes. Seems like i'm missing something as i get nothing when i use it: No errors and no logical volume :-( type/logicalvolume.rb: = Puppet::Type.newtype(:logicalvolume) do @doc = "Manage logica

[Puppet Users] Re: Israeli Puppet meetup?

2010-02-15 Thread Oded
I'm in ! On Feb 10, 9:42 am, Ohad Levy wrote: > Hey Guys, > > Wondering if anyone here is from Israel, I'll be visiting Israel next week > and would love to have a good puppet talk > > cheers, > Ohad -- You received this message because you are subscribed to the Google Groups "Puppet Users" g

[Puppet Users] Re: Israeli Puppet meetup?

2010-02-15 Thread Moty
Count me in too On Feb 10, 9:42 am, Ohad Levy wrote: > Hey Guys, > > Wondering if anyone here is from Israel, I'll be visiting Israel next week > and would love to have a good puppet talk > > cheers, > Ohad -- You received this message because you are subscribed to the Google Groups "Pup

[Puppet Users] problems with puppet and nagios

2010-02-15 Thread Matthew Delves
Hey folks, I seem to be having a problem with puppet and nagios in that it is writing 50+ copies of the host definition for each host to the target file. Is this a known problem? Currently the server is running 0.25.4 and the client is running 0.25.2. Thanks, Matt Delves -- You received this

[Puppet Users] NET/Network HSM support

2010-02-15 Thread yurkao
does puppet supports HSM/NetHMS? -- 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 email to puppet-users+unsubscr...@googlegroups.com. For mo

[Puppet Users] Can I get a list of affected hosts of a class change?

2010-02-15 Thread number4
Hello puppet-users, Long-time listener, first-time caller ;) I was wondering if anyone has a good way to find all the classes and/or hosts that are affected by a change in a given module. So, say I have a module named ssh. It is inherited/included by a number of other classes. If I make a change

[Puppet Users] Cascaded conditionals possible ?

2010-02-15 Thread Marcello de Sousa
I've been trying to use a resolv_conf recipe to setup the DNS servers based on $domain and $location (a custom fact). So I cascade the 2 conditionals, but it's not working. Is it supposed to work ? Or should I look for an alternative ? -- resolv_conf { "l