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.
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/604 added
Updated by Tomer Brisker about 4 years ago
- Status changed from Ready For Testing to Closed
- Fixed in Releases deleted (
2.3.0)
Actions