Hello,

In a puppet installation, we want to split environments on the server
side, which we have done this way:

----
[development]
    modulepath = $confdir/environments/development/modules
    manifest = $confdir/environments/development/manifests/site.pp
----

However, this requires, if I'm not mistaken, that all nodes are
declared within site.pp, either directly or via includes. How would
one go to externalize the environment to which a node belongs, all the
while setting up its /etc/puppet/puppet.conf so that it read:

----
[agent]
    environment = xxx
----

?

-- 
Francis Galiegue
ONE2TEAM
Ingénieur système
Mob : +33 (0) 683 877 875
Tel : +33 (0) 178 945 552
f...@one2team.com
40 avenue Raymond Poincaré
75116 Paris

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to