Actions
Bug #22691
closedForklift fails to install Katello 3.6 because of Puppet module thias-squid not supporting Puppet 5
Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Description
When I try to install a new box with katello 3.6 it fails with the following error caused by Puppet module thias-squid not supporting Puppet 5:
fatal: [centos7-katello-3.6]: FAILED! => { "changed": true, "cmd": "foreman-installer -v --scenario \"katello\" --disable-system-checks --foreman-admin-password changeme", "delta": "0:00:04.143123", "end": "2018-02-26 05:47:11.850356", "failed": true, "rc": 30, "start": "2018-02-26 05:47:07.707233" } STDOUT: Puppet 5.4.0 does not meet requirements for thias-squid3 (>=2.7.20 <5.0.0) Cannot continue due to incompatible version of Puppet. Use --skip-puppet-version-check to disable this check. MSG: non-zero return code
Running the foreman-installer
command with --skip-puppet-version-check
after vagrant ssh
works.
I hope Katello is the right project for this issue, if you think it should be addressed at Kafo or Forklift please move it or close here and I will reopen on the other project.
Actions