Resolved it - missing a configuration item in /etc/puppet/puppet.conf. Thanks!
On Tuesday, June 23, 2015 at 11:26:21 AM UTC+1, Alexander Dacre wrote: > > Hi, > > I have three directory based environments: development, test, production. > Each environment is structured as follows: > > [root@puppet environments]# tree -L 2 production > production > ├── environment.conf > ├── manifests > │ └── site.pp > ├── modules > │ ├── apt > │ ├── concat > │ ├── nginx > │ ├── ntp > │ └── stdlib > └── nodes > └── fqdn.yaml > > I've tried setting modulepath configuration directive to > ./modules:$basemodulepath and /etc/puppet/environments/production/modules, > but Puppet config is not picking it up: > > [root@puppet environments]# puppet config print modulepath --environment > 'production' > /etc/puppet/modules:/usr/share/puppet/modules > > Is there anything else I need to configure for this to work? > > Thanks, > Alex > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1400edeb-1112-4096-83bc-822a0ba30173%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
