[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:34:11 UTC 2010
The following commit has been merged in the upstream branch:
commit 533ef68e47a124182066432c11040bbb6120b658
Author: Luke Kanies <luke at puppetlabs.com>
Date: Sun Apr 18 11:15:52 2010 -0700
Removing obsolete FCollection stub from Functions
Signed-off-by: Luke Kanies <luke at puppetlabs.com>
diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb
index 4179cb8..6ba3669 100644
--- a/lib/puppet/parser/functions.rb
+++ b/lib/puppet/parser/functions.rb
@@ -36,12 +36,6 @@ module Puppet::Parser::Functions
raise Puppet::DevError, "Function %s already defined" % name
end
- # We want to use a separate, hidden module, because we don't want
- # people to be able to call them directly.
- unless defined? FCollection
- eval("module FCollection; end")
- end
-
ftype = options[:type] || :statement
unless ftype == :statement or ftype == :rvalue
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list