Re: [Puppet Users] What does it take to use a second fileserver?

2010-01-31 Thread Dan Bode
On Sun, Jan 31, 2010 at 4:49 PM, Alan Sparks wrote: > Dan Bode wrote: > > > > > > On Sun, Jan 31, 2010 at 11:13 AM, Alan Sparks > > mailto:aspa...@doublesparks.net>> wrote: > > > > I've a manifest that is trying to use a fileserver resource I've > > configured on a second puppetmaster. Th

Re: [Puppet Users] What does it take to use a second fileserver?

2010-01-31 Thread Alan Sparks
Dan Bode wrote: > > > On Sun, Jan 31, 2010 at 11:13 AM, Alan Sparks > mailto:aspa...@doublesparks.net>> wrote: > > I've a manifest that is trying to use a fileserver resource I've > configured on a second puppetmaster. The second puppetmaster is > actually working as the main puppetmas

Re: [Puppet Users] Port 8139 needs to be open between machine running puppetrun and a client puppetd machine, correct?

2010-01-31 Thread Dan Bode
On Sun, Jan 31, 2010 at 12:11 PM, Don Jackson < puppet-us...@clark-communications.com> wrote: > > Hello, > > I am attempting to get my machines configured properly so I can use > puppetrun on my puppetmaster to get clients to update themselves during my > development/testing of new recipes. > > I

Re: [Puppet Users] What does it take to use a second fileserver?

2010-01-31 Thread Dan Bode
On Sun, Jan 31, 2010 at 11:13 AM, Alan Sparks wrote: > I've a manifest that is trying to use a fileserver resource I've > configured on a second puppetmaster. The second puppetmaster is > actually working as the main puppetmaster for my domain - this new > puppetmaster is one I've set up to test

[Puppet Users] Port 8139 needs to be open between machine running puppetrun and a client puppetd machine, correct?

2010-01-31 Thread Don Jackson
Hello, I am attempting to get my machines configured properly so I can use puppetrun on my puppetmaster to get clients to update themselves during my development/testing of new recipes. I understand about listen = true in the puppetd.conf file, and I also have learned about the namespaceauth.

[Puppet Users] What does it take to use a second fileserver?

2010-01-31 Thread Alan Sparks
I've a manifest that is trying to use a fileserver resource I've configured on a second puppetmaster. The second puppetmaster is actually working as the main puppetmaster for my domain - this new puppetmaster is one I've set up to test migrating to new manifests. Unfortunately, I've re-entered SS

Re: [Puppet Users] Re: service stop, do something, service start

2010-01-31 Thread Jon Stanley
On Sun, Jan 31, 2010 at 1:19 PM, Dan Bode wrote: > now every refreshed that is triggered (via subscribe/notify) will run this > custom script as the restart script. Right, but the problem that you run into there is that the restart process occurs only AFTER the files have been modified - what I'

Re: [Puppet Users] Make puppet indifferent to package

2010-01-31 Thread Dan Bode
On Fri, Jan 29, 2010 at 9:58 AM, Doug Warner wrote: > Running puppet 0.24.8, I'd like to make Puppet be indifferent/ignore > whether a > package is installed or not. The hangup here is that I include a class > that > installs the package, so I through to make a class that inherits that and > cha

Re: [Puppet Users] Re: service stop, do something, service start

2010-01-31 Thread Dan Bode
On Sun, Jan 31, 2010 at 7:11 AM, Matt wrote: > On 28 January 2010 14:22, jcbollinger wrote: > >> >> >> On Jan 28, 3:44 am, Matt wrote: >> > I'm wondering if anyone has any best practice when needing to do a >> service >> > stop, and exec, and then a service start in a sequential order. Up >> u

Re: [Puppet Users] Re: service stop, do something, service start

2010-01-31 Thread Matt
On 28 January 2010 14:22, jcbollinger wrote: > > > On Jan 28, 3:44 am, Matt wrote: > > I'm wondering if anyone has any best practice when needing to do a > service > > stop, and exec, and then a service start in a sequential order. Up until > > now notifying a service has been fine, but i've no

Re: [Puppet Users] Class vs. definition

2010-01-31 Thread Marcin Owsiany
On Sat, Jan 30, 2010 at 03:54:54PM -0800, mathie wrote: > I'm learning puppet and read the docs. My understanding is that > classes are for generic services (singleton, need only once) while > definitions are for repetitive calls (like functions). My question is > say setting up a web server and as