Actions
Bug #16842
closedKatello installed failed with puppet 4 by foreman-installer on CentOS 7
Description
Following the steps on http://www.katello.org/docs/3.1/installation/index.html, but replace puppet 3 repo with puppet 4 repo to install katello. When execute the following cmd failed:
- foreman-installer --scenario katello --help
/usr/share/gems/gems/kafo-0.9.2/lib/kafo/puppet_module.rb:69:in `parse': No Puppet module parser is installed and no cache of the file /usr/share/katello-installer-base/modules/certs/manifests/init.pp is available. Please check debug logs and install optional dependencies for the parser. (Kafo::ParserError)
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/configuration.rb:88:in `block in modules'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/configuration.rb:88:in `map'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/configuration.rb:88:in `modules'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/configuration.rb:184:in `params'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/configuration.rb:193:in `preset_defaults_from_puppet'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/kafo_configure.rb:251:in `set_parameters'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/kafo_configure.rb:97:in `initialize'
from /usr/share/gems/gems/clamp-1.0.0/lib/clamp/command.rb:133:in `new'
from /usr/share/gems/gems/clamp-1.0.0/lib/clamp/command.rb:133:in `run'
from /usr/share/gems/gems/kafo-0.9.2/lib/kafo/kafo_configure.rb:148:in `run'
from /usr/sbin/foreman-installer:8:in `<main>'
The puppet 4 repo I used is:
https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
Actions