We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b965e36 commit e8c4aa5Copy full SHA for e8c4aa5
providers/pool.rb
@@ -142,7 +142,7 @@ def configure
142
if iis_version >= '7.0'
143
is_new_auto_start = new_value?(doc.root, 'APPPOOL/add/@autoStart', new_resource.auto_start.to_s)
144
end
145
-
+
146
if iis_version > '7.0'
147
is_new_start_mode = new_value?(doc.root, 'APPPOOL/add/@startMode', new_resource.start_mode.to_s)
148
@@ -201,9 +201,9 @@ def configure
201
202
# root items
203
204
- configure_application_pool(is_new_auto_start, "autoStart:#{new_resource.auto_start}")
+ configure_application_pool(is_new_auto_start, "autoStart:#{new_resource.auto_start}")
205
206
207
208
configure_application_pool(is_new_start_mode, "startMode:#{new_resource.start_mode}")
209
0 commit comments