Skip to content

Commit 207a191

Browse files
martialblogelasticdog
authored andcommitted
Changed modulepath to basemodulepath since it's deprecated
1 parent 3b2e04b commit 207a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/modules/puppet/files/puppet.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# The search path for modules.
1515
# The default value is '$confdir/modules:/usr/share/puppet/modules'.
16-
modulepath = '$confdir/modules:/usr/share/puppet/modules:/vagrant/modules'
16+
basemodulepath = '$confdir/modules:/usr/share/puppet/modules:/vagrant/modules'
1717

1818
[agent]
1919
# The file in which puppetd stores a list of the classes

0 commit comments

Comments
 (0)