From 1a5c5b3fdbcf705d1fcd16f8f26e2b0f85b9e160 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sun, 9 Aug 2009 21:03:06 -0700 Subject: Fixing #2508 - removing mention of ActiveRecord 2.3 Signed-off-by: Luke Kanies --- lib/puppet/defaults.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index c45cf826f..010a98db5 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -729,7 +729,7 @@ module Puppet require 'puppet/node/facts' require 'puppet/resource/catalog' if value - raise "StoreConfigs not supported without ActiveRecord 2.3" unless Puppet.features.rails? + raise "StoreConfigs not supported without ActiveRecord 2.1 or higher" unless Puppet.features.rails? Puppet::Resource::Catalog.cache_class = :active_record unless Puppet.settings[:async_storeconfigs] Puppet::Node::Facts.cache_class = :active_record Puppet::Node.cache_class = :active_record -- cgit