From 6ce0d1e633780a71ec3597a90120d67d77a5d89f Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 6 Jun 2009 09:42:45 +1000 Subject: Partial fix for #2329 --- lib/puppet/application/puppetqd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/application/puppetqd.rb b/lib/puppet/application/puppetqd.rb index f64d9b2a8..c9c62c068 100644 --- a/lib/puppet/application/puppetqd.rb +++ b/lib/puppet/application/puppetqd.rb @@ -91,6 +91,6 @@ Puppet::Application.new(:puppetqd) do # class set up, because if storeconfigs is enabled, # we'll get a loop of continually caching the catalog # for storage again. - Puppet::Node::Catalog.cache_class = nil + Puppet::Resource::Catalog.cache_class = nil end end -- cgit