diff options
author | mail_redacted_for_web | 2016-11-08 12:57:46 -0500 |
---|---|---|
committer | mail_redacted_for_web | 2016-11-08 12:57:46 -0500 |
commit | c26b42aa433dbf2661d519388ffd76a9abc1a0ea (patch) | |
tree | 74a430954e2fa3784b45590e897504b40643ab46 /environment.conf | |
parent | b6af290069f6ff5bba64ba63e983964c44ccae84 (diff) | |
download | control-repo-template-c26b42aa433dbf2661d519388ffd76a9abc1a0ea.tar.bz2 |
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.
Diffstat (limited to 'environment.conf')
-rw-r--r-- | environment.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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' |