summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/interpreter.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-23 06:30:29 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-12-23 06:30:29 +0000
commit5e58273cdfbbea944d5faeba4af70c5eb940ddb7 (patch)
tree5db5c350209e60b1d137e4321492844772486f8f /lib/puppet/parser/interpreter.rb
parent2742995c0396beb9de9598b43ecde6b20b203d32 (diff)
downloadpuppet-5e58273cdfbbea944d5faeba4af70c5eb940ddb7.tar.gz
puppet-5e58273cdfbbea944d5faeba4af70c5eb940ddb7.tar.xz
puppet-5e58273cdfbbea944d5faeba4af70c5eb940ddb7.zip
Loading the rails lib early on, so that the rails configuration parameters are accepted on the CLI, as noted in #357.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1968 980ebf18-57e1-0310-9a29-db15c13687c0
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 988ff478b..e32af9ed7 100644
--- a/lib/puppet/parser/interpreter.rb
+++ b/lib/puppet/parser/interpreter.rb
@@ -4,7 +4,7 @@
require 'puppet'
require 'timeout'
-#require 'puppet/rails'
+require 'puppet/rails'
require 'puppet/parser/parser'
require 'puppet/parser/scope'