summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
authorlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-09 00:47:27 +0000
committerlutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0>2007-03-09 00:47:27 +0000
commitba6257c02ef5e4bd32d58d40087f84dda95141c3 (patch)
treeb5f4556465f7b48a2cf0858dc3c3510cf9943a33 /lib/puppet.rb
parent10d68915c513ca9aa69862d17111acbf9ff87164 (diff)
downloadpuppet-ba6257c02ef5e4bd32d58d40087f84dda95141c3.tar.gz
puppet-ba6257c02ef5e4bd32d58d40087f84dda95141c3.tar.xz
puppet-ba6257c02ef5e4bd32d58d40087f84dda95141c3.zip
The basic plumbing for modules: a modulepath config parameter, and a new
class Puppet::Module that will contain the module-related functionality. The modulepath can be extended by setting the environment variable PUPPETLIB git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2276 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index b0c6ee9f8..4d2b31fc5 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -383,6 +383,7 @@ module Puppet
end
require 'puppet/type'
+require 'puppet/modules'
require 'puppet/util/storage'
require 'puppet/parser/interpreter'
if Puppet[:storeconfigs]