Issue #12390 has been updated by Charlie Sharpsteen.

Keywords set to  customer

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

* Author: James Turnbull
* Status: Rejected
* Priority: Normal
* Assignee: Daniel Pittman
* Category: plumbing
* Target version: 
* Affected Puppet version: 2.7.9
* Keywords:  customer
* 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to