[Puppet Users] Re: Question on usage case

2009-01-12 Thread Mathew Binkley
Hi Andrew. That helped us figure it out. Turns out someone had misconfigured the firewall on that IP, and fixed it over the weekend. I came in this morning, and everything Just Works. Thanks for the assistance! On Jan 10, 2:34 pm, "Andrew Shafer" wrote: > Can you see puppetd make requests t

[Puppet Users] Re: Question on usage case

2009-01-10 Thread Andrew Shafer
Can you see puppetd make requests to the puppetmaster? What do the puppetd logs look like? What about the puppetmaster logs if there is a request? On Fri, Jan 9, 2009 at 2:38 PM, Mathew Binkley wrote: > > Forgive a newbie question, but... I would like to plug in a USB key > that has a base

[Puppet Users] Re: Question on usage case

2009-01-09 Thread Mathew Binkley
Hi Mark. I do have a import "classes/*" at the top of my site.pp file, so I'm afraid it's not that. Thanks for the idea though. On Jan 9, 4:04 pm, Mark Drayton wrote: > Hi Mat > > On Jan 9, 9:38 pm, "Mathew Binkley" wrote: > > > > > In site.pp: > > >    node 'foobar.vanderbilt.edu' { > >    

[Puppet Users] Re: Question on usage case

2009-01-09 Thread Mark Drayton
Hi Mat On Jan 9, 9:38 pm, "Mathew Binkley" wrote: > In site.pp: > >    node 'foobar.vanderbilt.edu' { >       include provision_usb_key >    } > > In classes/provision_usb_key.pp: > >    class provision_usb_key { >       package { "plover": >          ensure  => latest >       } >    } > > [..]