[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Jesse Wolfe
jes5199 at gmail.com
Wed Jul 14 10:32:27 UTC 2010
The following commit has been merged in the upstream branch:
commit 66858ef73a538fd8849949b485352c9752bdbe02
Author: Jesse Wolfe <jes5199 at gmail.com>
Date: Mon Apr 12 13:37:31 2010 -0700
Fix test in parser.rb due to API change
Signed-off-by: Jesse Wolfe <jes5199 at gmail.com>
diff --git a/test/language/parser.rb b/test/language/parser.rb
index b721490..db6177d 100755
--- a/test/language/parser.rb
+++ b/test/language/parser.rb
@@ -498,7 +498,7 @@ file { "/tmp/yayness":
ret = parser.parse("#{at}file { ['/tmp/1', '/tmp/2']: owner => root }")
end
- ret.hostclass("").each do |res|
+ ret.hostclass("").code.each do |res|
assert_instance_of(AST::Resource, res)
check.call(res, "multiresource")
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list