Hi guys, I've had separate development/testing environments partially working for a while, in that modules get pulled from the correct per- environment path. However, something that has never seemed to work was a per-environment manifest. I have more need for this now so I'd like to track it down.
Here is the relevant part of my puppet.conf file: [puppetmasterd] modulepath = /etc/puppet/modules:/usr/share/puppet:/var/lib/modules environments=production,testing,development [production] manifest = /etc/puppet/manifests/site.pp modulepath = /etc/puppet/modules:/usr/share/puppet:/var/lib/modules [testing] manifest = /etc/puppet/testing/manifests/site.pp modulepath = /etc/puppet/testing/modules:/etc/puppet/modules:/usr/ share/puppet:/var/lib/modules [development] manifest = /etc/puppet/development/manifests/site.pp modulepath = /etc/puppet/development/modules:/etc/puppet/modules:/usr/ share/puppet:/var/lib/modules I've added some notify's to each of the site.pp files mentioned, and sure enough it is always ending up in production. Any clues? Anyone else have this working? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
