[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/2.6.1.rc3-1-28-g82fbf60

Mathias Gug mathias.gug at canonical.com
Tue Sep 7 14:28:01 UTC 2010


The following commit has been merged in the master branch:
commit 87bca6fbe0b9aafaf342623612e559f79ca76dc3
Author: Mathias Gug <mathias.gug at canonical.com>
Date:   Tue Sep 7 10:22:41 2010 -0400

    Fix puppettest to use puppet system library.
    
    Use absolute path to puppet system library when loading puppet util.

diff --git a/test/lib/puppettest/fakes.rb b/test/lib/puppettest/fakes.rb
index 712332b..a13716d 100644
--- a/test/lib/puppettest/fakes.rb
+++ b/test/lib/puppettest/fakes.rb
@@ -1,4 +1,4 @@
-require File.expand_path(File.join(File.dirname(__FILE__), '../../../lib/puppet/util'))
+require '/usr/lib/ruby/1.8/puppet/util'
 
 module PuppetTest
   # A baseclass for the faketypes.

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list