[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a
Nick Lewis
nick at puppetlabs.com
Thu Mar 17 10:49:27 UTC 2011
The following commit has been merged in the upstream branch:
commit 093f1627025a69f1c0a1b570139147e6fc843d2c
Author: Nick Lewis <nick at puppetlabs.com>
Date: Fri Mar 11 16:36:07 2011 -0800
(#6689) Remove extraneous include of Puppet::Util in InventoryActiveRecord
This was added while developing in order to benchmark, but wasn't removed
before committing.
Reviewed-By: Jacob Helwig
diff --git a/lib/puppet/indirector/facts/inventory_active_record.rb b/lib/puppet/indirector/facts/inventory_active_record.rb
index 5d130ea..db4c63f 100644
--- a/lib/puppet/indirector/facts/inventory_active_record.rb
+++ b/lib/puppet/indirector/facts/inventory_active_record.rb
@@ -4,7 +4,6 @@ require 'puppet/rails/inventory_fact'
require 'puppet/indirector/active_record'
class Puppet::Node::Facts::InventoryActiveRecord < Puppet::Indirector::ActiveRecord
- include Puppet::Util
def find(request)
node = Puppet::Rails::InventoryNode.find_by_name(request.key)
return nil unless node
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list