[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90

James Turnbull james at lovedthanlost.net
Mon Aug 16 12:47:58 UTC 2010


The following commit has been merged in the upstream branch:
commit a0a63c3735f53cbf895a9e30e6a2c1dfd2ae4c4e
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Jul 20 15:25:05 2010 +1000

    Fixed network and indirection reference

diff --git a/lib/puppet/rails/host.rb b/lib/puppet/rails/host.rb
index 6c008bc..986cebd 100644
--- a/lib/puppet/rails/host.rb
+++ b/lib/puppet/rails/host.rb
@@ -1,3 +1,4 @@
+require 'puppet/rails'
 require 'puppet/rails/resource'
 require 'puppet/rails/fact_name'
 require 'puppet/rails/source_file'
diff --git a/lib/puppet/reference/network.rb b/lib/puppet/reference/network.rb
index a3bff65..15e4f67 100644
--- a/lib/puppet/reference/network.rb
+++ b/lib/puppet/reference/network.rb
@@ -1,3 +1,5 @@
+require 'puppet/network/handler'
+
 network = Puppet::Util::Reference.newreference :network, :depth => 2, :doc => "Available network handlers and clients" do
   ret = ""
   Puppet::Network::Handler.subclasses.sort { |a,b| a.to_s <=> b.to_s }.each do |name|

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list