aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-09 11:15:07 +0000
committerMichael Scherer <misc@mageia.org>2011-01-09 11:15:07 +0000
commitecd3e94f8e09513a0f294c264ec79e906a2dba1a (patch)
tree046abf861c05260c425f40b8daa0591f222effe1 /modules/puppet/templates
parent0e176f44c8f0584543c4b5f3160544f47c1ad7c1 (diff)
downloadpuppet-ecd3e94f8e09513a0f294c264ec79e906a2dba1a.tar
puppet-ecd3e94f8e09513a0f294c264ec79e906a2dba1a.tar.gz
puppet-ecd3e94f8e09513a0f294c264ec79e906a2dba1a.tar.bz2
puppet-ecd3e94f8e09513a0f294c264ec79e906a2dba1a.tar.xz
puppet-ecd3e94f8e09513a0f294c264ec79e906a2dba1a.zip
add newer path for module searching :
- external for modules that we didn't wrote and took from the internet - deployment, for modules that are purely deployment specific ( website, maillings lists )
Diffstat (limited to 'modules/puppet/templates')
-rw-r--r--modules/puppet/templates/puppet.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index c5e68ee8..8228b429 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -10,6 +10,8 @@
# Where SSL certificates are kept.
# The default value is '$confdir/ssl'.
ssldir = $vardir/ssl
+
+ modulepath = $confdir/modules:$confdir/deployment:$confdir/external:/usr/share/puppet/modules
[master]
certname = puppetmaster.<%= domain %>