This is running on Puppet 3.8.1 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/d4c9137a-f56d-4236-bf50-844371bbb7f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
