summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/puppet/application/puppetqd.rb2
1 files changed, 1 insertions, 1 deletions
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