diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-06-06 09:42:45 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-06 09:42:45 +1000 |
commit | 6ce0d1e633780a71ec3597a90120d67d77a5d89f (patch) | |
tree | ab74ec6d0cc42b6b0450642437cd4d29391609ef | |
parent | 4f2c066a97e59a89df64af4b25beac6f3f0553c2 (diff) | |
download | puppet-6ce0d1e633780a71ec3597a90120d67d77a5d89f.tar.gz puppet-6ce0d1e633780a71ec3597a90120d67d77a5d89f.tar.xz puppet-6ce0d1e633780a71ec3597a90120d67d77a5d89f.zip |
Partial fix for #2329
-rw-r--r-- | lib/puppet/application/puppetqd.rb | 2 |
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 |