File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ def configure
218
218
configure_application_pool ( new_resource . runtime_version && is_new_managed_runtime_version , "managedRuntimeVersion:v#{ new_resource . runtime_version } " )
219
219
end
220
220
configure_application_pool ( new_resource . pipeline_mode && is_new_pipeline_mode , "managedPipelineMode:#{ new_resource . pipeline_mode } " )
221
- configure_application_pool ( new_resource . thirty_two_bit && is_new_enable_32_bit_app_on_win_64 , "enable32BitAppOnWin64:#{ new_resource . thirty_two_bit } " )
221
+ configure_application_pool ( is_new_enable_32_bit_app_on_win_64 , "enable32BitAppOnWin64:#{ new_resource . thirty_two_bit } " )
222
222
configure_application_pool ( new_resource . queue_length && is_new_queue_length , "queueLength:#{ new_resource . queue_length } " )
223
223
224
224
# processModel items
You can’t perform that action at this time.
0 commit comments