summaryrefslogtreecommitdiffstats
path: root/lib/puppet/resource
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2009-04-06 19:12:04 -0500
committerJames Turnbull <james@lovedthanlost.net>2009-04-22 14:39:35 +1000
commit863c50b1273a7fa48d74fb74948938214b45967c (patch)
tree34252abdb4e5378740b69967f983f70a7e28d2ee /lib/puppet/resource
parenta137146562fecc909afe7fc81f0033fccbb36393 (diff)
downloadpuppet-863c50b1273a7fa48d74fb74948938214b45967c.tar.gz
puppet-863c50b1273a7fa48d74fb74948938214b45967c.tar.xz
puppet-863c50b1273a7fa48d74fb74948938214b45967c.zip
Switching to Indirected ActiveRecord
This is mostly a configuration change, with some code getting removed. Also adding an extra require in Format; Puppet::Provider requires Puppet::Provider::Confiner, so the constant lookup is weird. Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib/puppet/resource')
-rw-r--r--lib/puppet/resource/catalog.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/resource/catalog.rb b/lib/puppet/resource/catalog.rb
index cb0ce0333..32fbc38d6 100644
--- a/lib/puppet/resource/catalog.rb
+++ b/lib/puppet/resource/catalog.rb
@@ -1,3 +1,4 @@
+require 'puppet/node'
require 'puppet/indirector'
require 'puppet/simple_graph'
require 'puppet/transaction'