[Puppet Users] Re: Having issues getting environments working.

2008-12-10 Thread Andrew Shafer
Simon, Environment, as they are currently implemented, allow you to have different definitions for the same classes per environment on the same puppetmaster. What it looks like you are trying to do is have different puppetmasters for each environment. You don't need environments to do that, just

[Puppet Users] Re: Having issues getting environments working.

2008-12-10 Thread Paul Lathrop
Simon, I'm not sure why you need to contact the server on a different port for each environment. The master serves up a different configuration (on the same port) just fine. What are you trying to accomplish? --Paul On Wed, Dec 10, 2008 at 6:53 PM, Simon Coggins <[EMAIL PROTECTED]> wrote: > > I

[Puppet Users] Re: Having issues getting environments working.

2008-12-10 Thread Simon Coggins
I read that as applying to the server which is fine for where it finds it's modules and templates. I can see how only being able to change the module and template paths on the client us useful. Guess I will just do it manually via command line for the options I want in each enveonment. Sham

[Puppet Users] Re: Having issues getting environments working.

2008-12-10 Thread Paul Lathrop
In the documentation (http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments) you will see the following: "Only certain parameters make sense to be configured per-environment, and all of those parameters revolve around specifying what files to use to compile a client's configuration.