[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:15 UTC 2009


The following commit has been merged in the master branch:
commit 782181e0da1bb6f5a091046ad68989300c508176
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat Oct 4 13:21:51 2008 +1000

    Minor test fix for #1614

diff --git a/test/language/functions.rb b/test/language/functions.rb
index 50a61a1..d9a1a56 100755
--- a/test/language/functions.rb
+++ b/test/language/functions.rb
@@ -278,7 +278,7 @@ class TestLangFunctions < Test::Unit::TestCase
         file = tempfile()
 
         Puppet[:code] = %{file { "#{file}": content => template("#{template}") }}
-        Puppet[:environments] = "yay"
+        Puppet[:environment] = "yay"
         interp = Puppet::Parser::Interpreter.new
         node = mknode
         node.stubs(:environment).returns("yay")

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list