Revision
741
Author
misc
Date
2011-01-09 12:15:07 +0100 (Sun, 09 Jan 2011)

Log Message

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 )

Modified Paths

Modified: puppet/modules/puppet/templates/puppet.conf
===================================================================
--- puppet/modules/puppet/templates/puppet.conf	2011-01-09 10:28:01 UTC (rev 740)
+++ puppet/modules/puppet/templates/puppet.conf	2011-01-09 11:15:07 UTC (rev 741)
@@ -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 %>