Issue #12390 has been reported by James Turnbull.

----------------------------------------
Bug #12390: modulepath not read in [master] in puppet.conf
https://projects.puppetlabs.com/issues/12390

Author: James Turnbull
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Platform: Ubuntu 10.04
Puppet: Tested 2.7.9, 2.7.10 and PE 2.0.1

To replicate run:

<pre>
$ sudo puppet --configprint modulepath
</pre>

Working  puppet.conf:

<pre>
[main]
    modulepath = 
/etc/puppetlabs/puppet/modules:/opt/puppet/share/puppet/modules:/tmp
[master]
</pre>

<pre>
$ sudo puppet --configprint modulepath
/etc/puppet/modules:/usr/share/puppet/modules
</pre>

Should return - 
/etc/puppetlabs/puppet/modules:/opt/puppet/share/puppet/modules:/tmp

Fixed if I do:

<pre>
[main]
[master]
    modulepath = 
/etc/puppetlabs/puppet/modules:/opt/puppet/share/puppet/modules:/tmp
</pre>


<pre>
$ sudo puppet --configprint modulepath
/etc/puppet/modules:/usr/share/puppet/modules:/tmp
</pre>



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en.

Reply via email to