Actions
Bug #18132
closedforeman-installer -v --scenario katello --noop deletes pulp.conf
Difficulty:
Triaged:
Bugzilla link:
Description
Hi,
I ran foreman-installer -v --scenario katello --noop to check for configuration changes after upgrading to puppet4. The noop mode is not passed to the hooks and therefore deletes the pulp.conf in https://github.com/Katello/katello-installer/blob/master/hooks/pre/29-remove_package_httpd_conf.rb then it doesn't get created during kafo installer because its run in noop mode and then afterwards its created with a comment by https://github.com/Katello/katello-installer/blob/master/hooks/post/29-create_package_httpd_conf.rb
I'm not sure where the correct fix would be, my guess is the hooks need to be made aware of noop mode.
Greetings
Klaas
Actions