summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-08-25 15:54:06 -0500
committerLuke Kanies <luke@madstop.com>2007-08-25 15:54:06 -0500
commit37f0eed9657810c1b9e1d6383e6d6ebb027aff2f (patch)
tree4a99038864044be35e38cd52bba495883cc36344 /lib/puppet/parser/interpreter.rb
parentdeb0107ed945c25776d10f9e9b9d721b69ec3478 (diff)
downloadpuppet-37f0eed9657810c1b9e1d6383e6d6ebb027aff2f.tar.gz
puppet-37f0eed9657810c1b9e1d6383e6d6ebb027aff2f.tar.xz
puppet-37f0eed9657810c1b9e1d6383e6d6ebb027aff2f.zip
Renaming the "configuration" object to "compile", because it is only a transitional object and I want the real "configuration" object to be the thing that I pass from the server to the client; it will be a subclass of GRATR::Digraph.
Diffstat (limited to 'lib/puppet/parser/interpreter.rb')
-rw-r--r--lib/puppet/parser/interpreter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb
index 291f122a7..c0f9d32a7 100644
--- a/lib/puppet/parser/interpreter.rb
+++ b/lib/puppet/parser/interpreter.rb
@@ -3,7 +3,7 @@ require 'timeout'
require 'puppet/rails'
require 'puppet/util/methodhelper'
require 'puppet/parser/parser'
-require 'puppet/parser/configuration'
+require 'puppet/parser/compile'
require 'puppet/parser/scope'
# The interpreter is a very simple entry-point class that