Skip to content

Commit

Permalink
Puppet removal parameter to installer is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Mar 27, 2023
1 parent 8adcfed commit 92f4a2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion definitions/procedures/puppet/remove_puppet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def installer_arguments_disabling_puppet
options << '--foreman-proxy-puppet false'
options << '--foreman-proxy-puppetca false'
end
options << '--foreman-proxy-content-puppet false' if answers.key?('foreman_proxy_content')
options
end

Expand Down

0 comments on commit 92f4a2c

Please sign in to comment.