diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:49:19 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-06-19 01:49:19 +0000 |
commit | e5a9e24e839942d97f0b0f6dbd097f91f3c880f4 (patch) | |
tree | 328daacfee1ee7715e9dcd9628e1ba257ec686f4 /lib/puppet/parser/interpreter.rb | |
parent | bd444d84f403f0454533ee19e9da6893c054f3b4 (diff) | |
download | puppet-e5a9e24e839942d97f0b0f6dbd097f91f3c880f4.tar.gz puppet-e5a9e24e839942d97f0b0f6dbd097f91f3c880f4.tar.xz puppet-e5a9e24e839942d97f0b0f6dbd097f91f3c880f4.zip |
More test fixes. I seem to be getting very close.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2624 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, 2 insertions, 0 deletions
diff --git a/lib/puppet/parser/interpreter.rb b/lib/puppet/parser/interpreter.rb index 3a719e03c..f595c03a2 100644 --- a/lib/puppet/parser/interpreter.rb +++ b/lib/puppet/parser/interpreter.rb @@ -810,6 +810,8 @@ class Puppet::Parser::Interpreter unless ActiveRecord::Base.connected? Puppet::Rails.connect + else + Puppet.warning "Already connected" end # Fork the storage, since we don't need the client waiting |