We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7486704 commit e893df7Copy full SHA for e893df7
providers/default.rb
@@ -760,7 +760,7 @@ def run_post_install_hooks
760
--symlink #{node['chef_client_updater']['symlink']} \
761
--fstab #{node['chef_client_updater']['fstab']} \
762
--process-config #{node['chef_client_updater']['process_config']} \
763
- #{node['chef_client']['selinux_profile'] ? "--selinux-profile #{node['chef_client']['selinux_profile']} \\" : ''}
+ #{node['chef_client']['selinux_profile'] ? "--selinux-profile #{node['chef_client']['selinux_profile']} \\" : ''} \
764
--selinux-ignore-warnings #{node['chef_client_updater']['selinux_ignore_warnings']} \
765
--habitat-upgrade #{node['chef_client_updater']['habitat_upgrade']}
766
EOH
0 commit comments