Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

v2 fails to load puppetserver toml-rb gem #67

Closed
jarretlavallee opened this issue Jul 11, 2019 · 1 comment
Closed

v2 fails to load puppetserver toml-rb gem #67

jarretlavallee opened this issue Jul 11, 2019 · 1 comment

Comments

@jarretlavallee
Copy link
Contributor

It looks like a new installation will fail with the error denoted in voxpupuli/puppet-telegraf#124 and documented in https://github.com/voxpupuli/puppet-telegraf/blob/master/README.md#setup.

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Internal Server Error: org.jruby.exceptions.LoadError: (LoadError) no such file to load -- toml-rb

The workaround for PE is to install https://forge.puppet.com/puppetlabs/puppetserver_gem and add the following to the manifest.

  package {'toml-rb':
    ensure => present,
    provider => 'puppetserver_gem',
    notify => Service['pe-puppetserver']
  } 
@suckatrash
Copy link
Contributor

#68 should cover this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants