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.2.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.2.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.2.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.2.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.26.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.26.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.26.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.26.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.25.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.25.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.25.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-7.25.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.1.0 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.1.0-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.1.0-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.1.0-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.0.1 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.0.1-x86-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.0.1-x64-mingw32 spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb
puppet-8.0.1-universal-darwin spec/fixtures/unit/functions/lookup/hiera/backend/other_backend.rb