I've started using the environment capabilities with puppet and set up a [development] environment which points the modulepath to /etc/puppet/development/modules. The [main] section puts it in /etc/puppet/modules.
When I run puppet with --environment=development everything works great. When I use my external none classifier which sets the environment, for some reason, puppet uses the wrong module path for file references even though my puppetmasterd log shows that it compiled the catalog for development (just like it does when I set the environment on the CLI). I can tell things aren't working because, while it gets the right catalog, the files it downloads are from the production modules. Any hints? -bjc -- 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.