Skip to content

Commit 8426bcd

Browse files
committed
Removing passenger_use_global_queue ref
1 parent 8acab09 commit 8426bcd

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

manifests/mod/passenger.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@
646646
# - $passenger_sticky_sessions : since 4.0.45.
647647
# - $passenger_sticky_sessions_cookie_name : since 4.0.45.
648648
# - $passenger_thread_count : since 4.0.0.
649-
# - $passenger_use_global_queue : since 2.0.4.Deprecated in 4.0.0.
650649
# - $passenger_user : since 4.0.0.
651650
# - $passenger_user_switching : since 3.0.0.
652651

spec/classes/mod/passenger_spec.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,16 @@
214214
it { is_expected.to raise_error(%r{passenger_instance_registry_dir is not introduced until version 5.0.0}) }
215215
end
216216

217-
describe 'fails when an option is removed' do
218-
let :params do
219-
{
220-
passenger_installed_version: '5.3.0',
221-
passenger_resist_deployment_errors: 'on'
222-
}
223-
end
224-
225-
it { is_expected.to raise_error(%r{REMOVED PASSENGER OPTION}) }
226-
end
217+
# describe 'fails when an option is removed' do
218+
# let :params do
219+
# {
220+
# passenger_installed_version: '5.3.0',
221+
# passenger_resist_deployment_errors: 'on'
222+
# }
223+
# end
224+
225+
# it { is_expected.to raise_error(%r{REMOVED PASSENGER OPTION}) }
226+
# end
227227

228228
describe 'warns when an option is deprecated' do
229229
let :params do

0 commit comments

Comments
 (0)