Actions
Bug #7380
closedkatello-installer failing with Parameter path failed on File[tftp_dirs]: File paths must be fully qualified, not 'tftp_dirs' at /usr/share/katello-installer/modules/foreman_proxy/manifests/tftp.pp:11
Description
Steps to reproduce:
1. git clone Katello-deploy
2. ./setup rhel6 --capsule-tftp true
It will not allow the install to succeed due to "File paths must be fully qualified, not 'tftp_dirs' at /usr/share/katello-installer/modules/foreman_proxy/manifests/tftp.pp:11"
The biggest change it seemed Puppet 3.7 is being used but apparently it's confirmed to happen on 3.6 as well...
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Katello
- Category set to Installer
- Triaged set to No
It would be helpful if you could attach the install answers file (/etc/katello-installer I think?), maybe that's not initialised correctly.
Actions