Sha256: af4e8591d66b8fca506dba92941593ff46c7c9f1fe96e7775f72faae56ddd6ac
Contents?: true
Size: 436 Bytes
Versions: 6
Compression:
Stored size: 436 Bytes
Contents
Puppet::Parser::Functions::newfunction( :collect, :type => :rvalue, :arity => 2, :doc => <<-'ENDHEREDOC') do |args| The 'collect' function has been renamed to 'map'. Please update your manifests. The collect function is reserved for future use. - Removed as of 3.4 - requires `parser = future`. ENDHEREDOC raise NotImplementedError, "The 'collect' function has been renamed to 'map'. Please update your manifests." end
Version data entries
6 entries across 6 versions & 1 rubygems