[Puppet Users] Re: puppetd

2008-12-24 Thread Paul Johnson
Thanks for replies, here is the info. Actually there is not much in configs, I tried it with minimal manifest and the issue still persists. manifest: = node default { $server = "puppetmaster.local" #-

[Puppet Users] Re: Understanding the "default" node.

2008-12-24 Thread Peter Meier
Hi > So the way I have implemented it is that we have a basenode node with the > common elements that all nodes get. The basenode is then inherited by each > of the specific nodes, therefore you get something like: > > import "foo" > import "httpd" > > node basenode { > include foo > } > > n

[Puppet Users] local and ldap users and packages

2008-12-24 Thread gary
Hello, We have LDAP and non-LDAP nodes and some accounts that should be created only on non-LDAP nodes. I'm not sure the best way to handle this. I can remember where to put things specifically though having better checks would be nice. Like debian sudo-ldap conflicts with sudo, so only one shou

[Puppet Users] Highly Paid Online Surveys-Absolutely Free.

2008-12-24 Thread Ramya
Highly Paid Online Surveys-Absolutely Free. Sign up today and start getting paid to surf & You can get up to $.75 per hour.You can give your opinion on a wide range of topics including consumer products, entertainment, health and wellness, current events and more... -

[Puppet Users] Re: Understanding the "default" node.

2008-12-24 Thread Carl Caum
On Dec 24, 2008, at 2:55 AM, Peter Meier wrote: > > Hi > >> So the way I have implemented it is that we have a basenode node >> with the >> common elements that all nodes get. The basenode is then inherited >> by each >> of the specific nodes, therefore you get something like: >> >> import