search for: usingmultipleenviron

Displaying 6 results from an estimated 6 matches for "usingmultipleenviron".

2007 Aug 27
11
Multiple Environment Support
I''ve got a first version of a doc explaining how multiple environment support will work in the next release: http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments As always, comments are appreciated. Even if you just don''t understand what the doc says, please let me know. It''s clear that the community is generally unhappy with the documentation I write, so if you want me to get better at this I need your feedback. -- The...
2007 Nov 23
9
Usage of ''case'' in site.pp
Hi Does anyone know if the following is supposed to work? ------------------------------------------------------ site.pp case $psi_rank { Devel: { import "Devel/psi_gfa/*" import "Devel/nodes" import "Devel/os/yum_update" } Prod: { import "Prod/psi_gfa/*" import "Prod/nodes" import
2009 Nov 12
6
Multiple environments
...nvironments to work with puppet 0.25.1 on ubuntu 8.04 and no matter what I do, puppet just completely ignores any environment setting. There''s really next to no information in terms of configuration on the multiple environments documentation page (http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments) other than saying that the following section should be in my puppet.conf file: [main] manifest = /usr/share/puppet/site.pp modulepath = /usr/share/puppet/modules [development] manifest = /usr/share/puppet/development/site.pp modulepath = /usr/share/puppet/development/mod...
2008 Jan 16
1
modulepath not working with environments
I''m testing the new environments feature in 0.24.1. http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments But I am having a problem getting it to recognise the modulepath setting within the environment. I''m wondering if this is a bug or if I am doing something wrong For this example, the environments are called "prod" and "test". On the puppetmaster puppet.conf ha...
2007 Dec 13
2
ANNOUNCE: 0.24.0 is out
...can provide any environment-specific settings in your puppet.conf (but not the old-style puppetd.conf) by putting the settings in a section named after the environment, but generally speaking only the modulepath, manifest, and templatedir will have much affect at this point. See the wiki:UsingMultipleEnvironments page for more information. - Added an internal ''catalog'' class to manage resource collections. This will be an important internal class going forward, as it encapsulates a lot of the functionality around managing sets of resources, which obviously kind of matters, b...
2008 Sep 04
8
Potential new puppet user: two questions
Hello, I am examining whether puppet meets our needs. I can''t find the answer to two questions I am looking to answer, hopefully someone can help. 1. Can puppet be used to manage different classes of the same computers, e.g. do something on the apache test farm, if it works then do it on the apache live farm; and is this done cleanly? 2. How are package updates (e.g. yum update/yum