Actions
Bug #31217
closedinstallation failed with "Evaluation Error: Error while evaluating a Resource Statement, Class[Dhcp]: has no parameter named 'conf_dir_mode'
Difficulty:
Triaged:
No
Description
Ohai,
When running the installer with --foreman-proxy-dhcp=true
, it will fail:
[ERROR 2020-10-30T06:24:28 main] Evaluation Error: Error while evaluating a Resource Statement, Class[Dhcp]: has no parameter named 'conf_dir_mode' (file: /usr/share/foreman-installer/modules/foreman_proxy/manifests/proxydhcp.pp, line: 50, column: 3) on node centos7-foreman-2-2.yatsu.example.com
That's because conf_dir_mode
was introduced in puppet-dhcp 6.1.0, but 2.2.0 still has 6.0.0.
Actions