Sha256: 4ca8397cd33e4aa8abb70ced858d55d7ed478bd623561df0cf68dd846fe0881a

Contents?: true

Size: 343 Bytes

Versions: 597

Compression:

Stored size: 343 Bytes

Contents

Puppet::Functions.create_function(:'meta::data') do
  def data()
    { 'meta::b' => 'module_b',
      'meta::c' => 'module_c',
      'meta::e' => { 'k1' => 'module_e1', 'k2' => 'module_e2' },
      'meta::f' => { 'k1' => { 's1' => 'module_f11', 's3' => 'module_f13' },  'k2' => { 's1' => 'module_f21', 's2' => 'module_f22' }},
    }
  end
end

Version data entries

597 entries across 597 versions & 1 rubygems

Version Path
puppet-4.4.1 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.1-x86-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.1-x64-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.1-universal-darwin spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.0 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.0-x86-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.0-x64-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.4.0-universal-darwin spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.2 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.2-x86-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.2-x64-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.1 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.1-x86-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.1-x64-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.0 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.0-x86-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb
puppet-4.3.0-x64-mingw32 spec/fixtures/unit/functions/lookup/environments/production/modules/meta/lib/puppet/functions/meta/data.rb