Skip to content

Commit c26b42a

Browse files
authored
Put local site modules first in modulepath
Saw this issue referenced in @glarizza's PuppetConf 2016 talk (raised by @alvagante). Our (TE Connectivity) implementation reflects this.
1 parent b6af290 commit c26b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
modulepath = modules:site:$basemodulepath
1+
modulepath = site:modules:$basemodulepath
22
config_version = 'scripts/config_version.sh $environmentpath $environment'

0 commit comments

Comments
 (0)