Re: [Puppet Users] Best practices for puppet-proxys

2010-05-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi >> I think about whats the best solution to have puppet-proxys for >> systems without direct connection to the puppetmaster. >> >> - Route all the trafic with iptable forwarding to one puppetmaster. >> - Build puppetmaster-proxy vm's installed from

Re: [Puppet Users] Best practices for puppet-proxys

2010-05-10 Thread Daniel Pittman
Nicolas Szalay writes: > Le jeudi 06 mai 2010 à 13:49 -0700, Thomas von Steiger a écrit : >> >> I think about whats the best solution to have puppet-proxys for >> systems without direct connection to the puppetmaster. >> >> - Route all the trafic with iptable forwarding to one puppetmaster. >> - B

Re: [Puppet Users] Best practices for puppet-proxys

2010-05-10 Thread Ben
On 10/05/2010 5:16 PM, Daniel Pittman wrote: Nicolas Szalay writes: Le jeudi 06 mai 2010 à 13:49 -0700, Thomas von Steiger a écrit : I think about whats the best solution to have puppet-proxys for systems without direct connection to the puppetmaster. - Route all the trafic with ipt

RE: [Puppet Users] Re: SSL issues when testing - This is how to fix

2010-05-10 Thread Gabriel - IP Guys
Sorry I didn't reply to this message sooner I've been up to my neck in other things. I'm not sure if you saw this, but Charles Johnson said "Gabriel, I use puppet to maintain files and services across a linux cluster with some 850 boxes. From time to time a box goes down and has to be re-imaged

[Puppet Users] Setting up a Xen instance

2010-05-10 Thread Gabriel - IP Guys
Hi all, I have a number of things I have set myself to do, in order to familiarize myself with puppet, and the whole way of working with it to manage Linux boxes. My first task is to configure a centos box via puppet to install xen. As a sentence, it sounds simple, and I could do that intoxicated

Re: [Puppet Users] Setting up a Xen instance

2010-05-10 Thread Charles Johnson
On Mon, May 10, 2010 at 8:50 AM, Gabriel - IP Guys < gabr...@impactteachers.com> wrote: > Hi all, I have a number of things I have set myself to do, in order to > familiarize myself with puppet, and the whole way of working with it to > manage Linux boxes. > > My first task is to configure a cento

[Puppet Users] Begining with puppet.

2010-05-10 Thread Marley Bacelar
Hi, I am trying to do my first puppet configuration, already installed the puppetserver and client, in this link show my configuration and my puppet structure: http://paste.pocoo.org/show/212227/ But when i run the client side daemon i get this message: info: /Class[main]/Node[basenode]/Class[i

Re: [Puppet Users] Begining with puppet.

2010-05-10 Thread LOhit
Did you create your "namespaceauth.conf" on the puppet master? On Mon, May 10, 2010 at 6:58 PM, Marley Bacelar wrote: > Hi, > > I am trying to do my first puppet configuration, already installed the > puppetserver and client, in this link show my configuration and my puppet > structure: > > http

Re: [Puppet Users] Begining with puppet.

2010-05-10 Thread Todd Zullinger
Marley Bacelar wrote: > I am trying to do my first puppet configuration, already installed the > puppetserver and client, in this link show my configuration and my puppet > structure: > > http://paste.pocoo.org/show/212227/ Which reads, in part: > # ls /etc/puppet/ # > files fileserver.conf man

Re: [Puppet Users] node inheritance, variable scope, and pain.

2010-05-10 Thread David Schmitt
On 5/6/2010 9:56 AM, Peter Meier wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I suspect we will turn 'node default' into 'class default', then include that rather than inheriting that, since that does fix the scope issue. this is imho the way to go if you don't want to switch over to

Re: [Puppet Users] Begining with puppet.

2010-05-10 Thread Marley Bacelar
I will try thie Todd and post the result here later, thanks for your answer. -- Marley Bacelar Project Fedora Ambassador VCP, VSP. VTSP., ITILF, IBM 000-076, IBM 000-330, IBM 000-331 marleybace...@gmail.com 2010/5/10 Todd Zullinger > Marley Bacelar wrote: > > I am trying to do my first puppet

Re: [Puppet Users] Begining with puppet.

2010-05-10 Thread Marley Bacelar
I changed my inittab.pp to source => "puppet://$servername/inittab, but now i am getting this error on client side: [r...@mgmt-puppet-client-dev-03 puppet]# puppetd --server puppetmaster.testing.com --verbose --waitforcert 60 notice: Starting Puppet client version 0.22.4 info: Facts have changed;

Re: [Puppet Users] Setting up a Xen instance

2010-05-10 Thread Michael DeHaan
>> Now, if I understand puppet correctly, if these entries are in site.pp, >> then each client that connects will install sudo, ssh client and server, >> and nano text editor, and any node that inherits xenboxen, will also >> install xen. Have you signed the certificates for the client yet? as ro

[Puppet Users] Have I found a bug with variables in nodes?

2010-05-10 Thread Brian Gallew
(vastly trimmed code) *manifests/site.pp:* import "base" *module/base/manifests/init.pp*: import "baselines/*.pp" import "infrastructures/*.pp" import "nodes.pp" *nodes.pp: *node 'pslave1' inherits rnc { notice($my_puppet_master) } *infrastructures/geographical.pp:* node rnc inherits basenode

RE: [Puppet Users] Setting up a Xen instance

2010-05-10 Thread Gabriel - IP Guys
-Original Message- From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On Behalf Of Michael DeHaan Sent: 10 May 2010 20:25 To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Setting up a Xen instance >> Now, if I understand puppet correctly, if these ent