Skip to content

Commit 7783d04

Browse files
committed
Puppet removal parameter to installer is no longer used
1 parent 8adcfed commit 7783d04

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

definitions/procedures/puppet/remove_puppet.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def installer_arguments_disabling_puppet
4242
options << '--foreman-proxy-puppet false'
4343
options << '--foreman-proxy-puppetca false'
4444
end
45-
options << '--foreman-proxy-content-puppet false' if answers.key?('foreman_proxy_content')
4645
options
4746
end
4847

test/definitions/procedures/puppet/remove_puppet_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
'--no-enable-foreman-plugin-puppet',
4242
'--foreman-proxy-puppet false',
4343
'--foreman-proxy-puppetca false',
44-
'--foreman-proxy-content-puppet false',
4544
'--no-enable-puppet'
4645
]
4746
_(subject.send(:installer_arguments_disabling_puppet).sort).must_equal expected_arguments.sort
@@ -52,7 +51,6 @@
5251
expected_arguments = [
5352
'--foreman-proxy-puppet false',
5453
'--foreman-proxy-puppetca false',
55-
'--foreman-proxy-content-puppet false',
5654
'--no-enable-puppet'
5755
]
5856
_(subject.send(:installer_arguments_disabling_puppet).sort).must_equal expected_arguments.sort

0 commit comments

Comments
 (0)