From c26b42aa433dbf2661d519388ffd76a9abc1a0ea Mon Sep 17 00:00:00 2001 From: Alex Harden Date: Tue, 8 Nov 2016 12:57:46 -0500 Subject: [PATCH] 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. --- environment.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.conf b/environment.conf index 5ba929b..a986777 100644 --- a/environment.conf +++ b/environment.conf @@ -1,2 +1,2 @@ -modulepath = modules:site:$basemodulepath +modulepath = site:modules:$basemodulepath config_version = 'scripts/config_version.sh $environmentpath $environment'