Sha256: f3c1bcededd28818ed0d8962b976d29c680d2dffdb8b4f0d7474ca4299210722

Contents?: true

Size: 206 Bytes

Versions: 348

Compression:

Stored size: 206 Bytes

Contents

class Hiera::Backend::Other_backend
  def lookup(key, scope, order_override, resolution_type, context)
    value = Hiera::Config[:other][key.to_sym]
    throw :no_such_key if value.nil?
    value
  end
end

Version data entries

348 entries across 348 versions & 1 rubygems

Version Path
puppet-8.3.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.4.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.4.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.4.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.4.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.28.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.28.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.28.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.28.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.1 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.1-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.1-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.3.1-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.27.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.27.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.27.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.27.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb