From ecd3e94f8e09513a0f294c264ec79e906a2dba1a Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 9 Jan 2011 11:15:07 +0000 Subject: 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 ) --- modules/puppet/templates/puppet.conf | 2 ++ 1 file changed, 2 insertions(+) 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 %> -- cgit v1.2.1