git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/environment.conf
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-11-08 12:57:46 -0500
committermail_redacted_for_web 2016-11-08 12:57:46 -0500
commitc26b42aa433dbf2661d519388ffd76a9abc1a0ea (patch)
tree74a430954e2fa3784b45590e897504b40643ab46 /environment.conf
parentb6af290069f6ff5bba64ba63e983964c44ccae84 (diff)
downloadcontrol-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.conf2
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'