diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-21 22:12:25 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-03-21 22:12:25 +0000 |
commit | 4c357d84960bc3cbaf26db8d9a94eccbf95f9a34 (patch) | |
tree | 57cd4875f0a7231bd041eef0c2b0648243d7672e /lib/puppet/parser/interpreter.rb | |
parent | 5ad9bf49296d35bcaf527476fa6b700c23e13ee5 (diff) | |
download | puppet-4c357d84960bc3cbaf26db8d9a94eccbf95f9a34.tar.gz puppet-4c357d84960bc3cbaf26db8d9a94eccbf95f9a34.tar.xz puppet-4c357d84960bc3cbaf26db8d9a94eccbf95f9a34.zip |
Adding a migration to create indexes
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2342 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/parser/interpreter.rb')
-rw-r--r-- | lib/puppet/parser/interpreter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb index 936bc31eb..59ee43491 100644 --- a/lib/puppet/parser/interpreter.rb +++ b/lib/puppet/parser/interpreter.rb @@ -863,7 +863,7 @@ class Puppet::Parser::Interpreter end unless ActiveRecord::Base.connected? - Puppet::Rails.init + Puppet::Rails.connect end # Fork the storage, since we don't need the client waiting |