Sha256: 458ad133dd14ec3c0109d5769cbd316c95f22e09adbfbd917ab48262b0dfb4e6

Contents?: true

Size: 289 Bytes

Versions: 21

Compression:

Stored size: 289 Bytes

Contents

require 'hiera/puppet_function'

# @see lib/puppet/parser/functions/hiera_hash.rb for documentation
# TODO: Move docs here when the format has been determined.
#
Puppet::Functions.create_function(:hiera_hash, Hiera::PuppetFunction) do
  init_dispatch

  def merge_type
    :hash
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
puppet-4.2.3 lib/puppet/functions/hiera_hash.rb
puppet-4.2.3-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.3-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.2 lib/puppet/functions/hiera_hash.rb
puppet-4.2.2-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.2-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.1 lib/puppet/functions/hiera_hash.rb
puppet-4.2.1-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.1-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.0 lib/puppet/functions/hiera_hash.rb
puppet-4.2.0-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.2.0-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.1.0 lib/puppet/functions/hiera_hash.rb
puppet-4.1.0-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.1.0-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.0.0 lib/puppet/functions/hiera_hash.rb
puppet-4.0.0-x86-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.0.0-x64-mingw32 lib/puppet/functions/hiera_hash.rb
puppet-4.0.0.rc1 lib/puppet/functions/hiera_hash.rb
puppet-4.0.0.rc1-x86-mingw32 lib/puppet/functions/hiera_hash.rb