@@ -76,21 +76,21 @@ flags, with the following names: \'Ssl\', \'SslRequireCert\',
76
76
77
77
The following parameters are available in the ` iis_application ` type.
78
78
79
- * [ ` applicationname ` ] ( #applicationname )
80
- * [ ` provider ` ] ( #provider )
81
- * [ ` virtual_directory ` ] ( #virtual_directory )
79
+ * [ ` applicationname ` ] ( #-iis_application-- applicationname )
80
+ * [ ` provider ` ] ( #-iis_application-- provider )
81
+ * [ ` virtual_directory ` ] ( #-iis_application-- virtual_directory )
82
82
83
- ##### <a name =" applicationname " ></a >` applicationname `
83
+ ##### <a name =" -iis_application-- applicationname" ></a >` applicationname `
84
84
85
85
The name of the application. The virtual path of the application is
86
86
'/<applicationname >'.
87
87
88
- ##### <a name =" provider " ></a >` provider `
88
+ ##### <a name =" -iis_application-- provider" ></a >` provider `
89
89
90
90
The specific backend to use for this ` iis_application ` resource. You will seldom need to specify this --- Puppet will
91
91
usually discover the appropriate provider for your platform.
92
92
93
- ##### <a name =" virtual_directory " ></a >` virtual_directory `
93
+ ##### <a name =" -iis_application-- virtual_directory" ></a >` virtual_directory `
94
94
95
95
The IIS Virtual Directory to convert to an application on create.
96
96
Similar to iis_application, iis_virtual_directory uses composite
@@ -117,7 +117,7 @@ in the `auto_shutdown_exe` property.
117
117
118
118
##### ` auto_start `
119
119
120
- Valid values: `` true `` , `` false ` `
120
+ Valid values: ` true ` , ` false `
121
121
122
122
When ` true ` , indicates to the World Wide Web Publishing Service (W3SVC)
123
123
that the application pool should be automatically started when it is
@@ -163,7 +163,7 @@ process from IIS.
163
163
164
164
##### ` cpu_smp_affinitized `
165
165
166
- Valid values: `` true `` , `` false ` `
166
+ Valid values: ` true ` , ` false `
167
167
168
168
Specifies whether a particular worker process assigned to an
169
169
application pool should also be assigned to a given CPU. This
@@ -213,7 +213,7 @@ DWORD for the processor mask. On 32-bit computers, the
213
213
214
214
##### ` disallow_overlapping_rotation `
215
215
216
- Valid values: `` true `` , `` false ` `
216
+ Valid values: ` true ` , ` false `
217
217
218
218
Specifies whether the WWW Service should start another worker
219
219
process to replace the existing worker process while that process is
@@ -223,21 +223,21 @@ multiple worker processes.
223
223
224
224
##### ` disallow_rotation_on_config_change `
225
225
226
- Valid values: `` true `` , `` false ` `
226
+ Valid values: ` true ` , ` false `
227
227
228
228
Specifies whether the WWW Service should rotate worker processes in an
229
229
application pool when the configuration has changed.
230
230
231
231
##### ` enable32_bit_app_on_win64 `
232
232
233
- Valid values: `` true `` , `` false ` `
233
+ Valid values: ` true ` , ` false `
234
234
235
235
When ` true ` , enables a 32-bit application to run on a computer that
236
236
runs a 64-bit version of Windows.
237
237
238
238
##### ` enable_configuration_override `
239
239
240
- Valid values: `` true `` , `` false ` `
240
+ Valid values: ` true ` , ` false `
241
241
242
242
When ` true ` , indicates that delegated settings in Web.config files
243
243
will processed for applications within this application pool. When
@@ -292,7 +292,7 @@ protection.
292
292
293
293
##### ` load_user_profile `
294
294
295
- Valid values: `` true `` , `` false ` `
295
+ Valid values: ` true ` , ` false `
296
296
297
297
Specifies whether IIS loads the user profile for the application
298
298
pool identity. Setting this value to ` false ` causes IIS to revert to
@@ -349,7 +349,7 @@ Specify an empty string (`''`) to set as 'No Managed Code.'
349
349
350
350
##### ` manual_group_membership `
351
351
352
- Valid values: `` true `` , `` false ` `
352
+ Valid values: ` true ` , ` false `
353
353
354
354
Specifies whether the IIS_IUSRS group Security Identifier (SID) is
355
355
added to the worker process token. When ` false ` , IIS automatically
@@ -394,14 +394,14 @@ orphaned process, use '%1%'.
394
394
395
395
##### ` orphan_worker_process `
396
396
397
- Valid values: `` true `` , `` false ` `
397
+ Valid values: ` true ` , ` false `
398
398
399
399
Specifies whether to assign a worker process to an orphan state
400
400
instead of terminating it when an application pool fails.
401
401
402
402
##### ` pass_anonymous_token `
403
403
404
- Valid values: `` true `` , `` false ` `
404
+ Valid values: ` true ` , ` false `
405
405
406
406
When ` true ` , the Windows Process Activation Service (WAS) creates
407
407
and passes a token for the built-in IUSR anonymous user account to
@@ -436,7 +436,7 @@ service terminates the worker process.
436
436
437
437
##### ` pinging_enabled `
438
438
439
- Valid values: `` true `` , `` false ` `
439
+ Valid values: ` true ` , ` false `
440
440
441
441
The pinging_enabled property specifies whether the WWW Service should periodically
442
442
monitor the health of a worker process. Setting the value of this property to true
@@ -513,7 +513,7 @@ amount of time has elapsed.
513
513
514
514
##### ` set_profile_environment `
515
515
516
- Valid values: `` true `` , `` false ` `
516
+ Valid values: ` true ` , ` false `
517
517
518
518
When set to ` true ` , WAS creates an environment block to pass to
519
519
CreateProcessAsUser when creating a worker process. This ensures that
@@ -556,16 +556,16 @@ Specifies the identity under which the application pool runs when the
556
556
557
557
The following parameters are available in the ` iis_application_pool ` type.
558
558
559
- * [ ` name ` ] ( #name )
560
- * [ ` provider ` ] ( #provider )
559
+ * [ ` name ` ] ( #-iis_application_pool-- name )
560
+ * [ ` provider ` ] ( #-iis_application_pool-- provider )
561
561
562
- ##### <a name =" name " ></a >` name `
562
+ ##### <a name =" -iis_application_pool-- name" ></a >` name `
563
563
564
564
namevar
565
565
566
566
The unique name of the ApplicationPool.
567
567
568
- ##### <a name =" provider " ></a >` provider `
568
+ ##### <a name =" -iis_application_pool-- provider" ></a >` provider `
569
569
570
570
The specific backend to use for this ` iis_application_pool ` resource. You will seldom need to specify this --- Puppet
571
571
will usually discover the appropriate provider for your platform.
@@ -590,40 +590,40 @@ Default value: `present`
590
590
591
591
The following parameters are available in the ` iis_feature ` type.
592
592
593
- * [ ` include_all_subfeatures ` ] ( #include_all_subfeatures )
594
- * [ ` include_management_tools ` ] ( #include_management_tools )
595
- * [ ` name ` ] ( #name )
596
- * [ ` provider ` ] ( #provider )
597
- * [ ` restart ` ] ( #restart )
598
- * [ ` source ` ] ( #source )
593
+ * [ ` include_all_subfeatures ` ] ( #-iis_feature-- include_all_subfeatures )
594
+ * [ ` include_management_tools ` ] ( #-iis_feature-- include_management_tools )
595
+ * [ ` name ` ] ( #-iis_feature-- name )
596
+ * [ ` provider ` ] ( #-iis_feature-- provider )
597
+ * [ ` restart ` ] ( #-iis_feature-- restart )
598
+ * [ ` source ` ] ( #-iis_feature-- source )
599
599
600
- ##### <a name =" include_all_subfeatures " ></a >` include_all_subfeatures `
600
+ ##### <a name =" -iis_feature-- include_all_subfeatures" ></a >` include_all_subfeatures `
601
601
602
602
Indicates whether to install all sub features of a parent IIS feature.
603
603
For instance, ASP.NET as well as the IIS Web Server
604
604
605
- ##### <a name =" include_management_tools " ></a >` include_management_tools `
605
+ ##### <a name =" -iis_feature-- include_management_tools" ></a >` include_management_tools `
606
606
607
607
Indicates whether to automatically install all managment tools for a
608
608
given IIS feature
609
609
610
- ##### <a name =" name " ></a >` name `
610
+ ##### <a name =" -iis_feature-- name" ></a >` name `
611
611
612
612
namevar
613
613
614
614
The unique name of the feature to manage.
615
615
616
- ##### <a name =" provider " ></a >` provider `
616
+ ##### <a name =" -iis_feature-- provider" ></a >` provider `
617
617
618
618
The specific backend to use for this ` iis_feature ` resource. You will seldom need to specify this --- Puppet will
619
619
usually discover the appropriate provider for your platform.
620
620
621
- ##### <a name =" restart " ></a >` restart `
621
+ ##### <a name =" -iis_feature-- restart" ></a >` restart `
622
622
623
623
Indicates whether to allow a restart if the IIS feature installation
624
624
requests one
625
625
626
- ##### <a name =" source " ></a >` source `
626
+ ##### <a name =" -iis_feature-- source" ></a >` source `
627
627
628
628
Optionally include a source path for the installation media for an IIS
629
629
feature
@@ -686,7 +686,7 @@ be a comma delimited list of protocols. Valid protocols are: 'http',
686
686
687
687
##### ` ensure `
688
688
689
- Valid values: ` stopped ` , ` started ` , ` present ` , ` absent ` , `` false `` , `` true ` `
689
+ Valid values: ` stopped ` , ` started ` , ` present ` , ` absent ` , ` false ` , ` true `
690
690
691
691
Aliases: ` "false"=>"stopped", "true"=>"started" `
692
692
@@ -712,7 +712,7 @@ Specifies the format for the log file. When set to 'W3C', used with
712
712
713
713
##### ` loglocaltimerollover `
714
714
715
- Valid values: `` true `` , `` false ` `
715
+ Valid values: ` true ` , ` false `
716
716
717
717
Use the system\' s local time to determine for the log file name as
718
718
well as when the log file is rolled over
@@ -737,13 +737,13 @@ The physical path to the site directory. This path must be fully qualified.
737
737
738
738
##### ` preloadenabled `
739
739
740
- Valid values: `` true `` , `` false ` `
740
+ Valid values: ` true ` , ` false `
741
741
742
742
Enables loading website automatically without a client request first
743
743
744
744
##### ` serviceautostart `
745
745
746
- Valid values: `` true `` , `` false ` `
746
+ Valid values: ` true ` , ` false `
747
747
748
748
Enables autostart on the specified website
749
749
@@ -774,17 +774,17 @@ serviceautostartprovidertype => "MyAutostartProvider, MyAutostartProvider, versi
774
774
775
775
The following parameters are available in the ` iis_site ` type.
776
776
777
- * [ ` name ` ] ( #name )
778
- * [ ` provider ` ] ( #provider )
777
+ * [ ` name ` ] ( #-iis_site-- name )
778
+ * [ ` provider ` ] ( #-iis_site-- provider )
779
779
780
- ##### <a name =" name " ></a >` name `
780
+ ##### <a name =" -iis_site-- name" ></a >` name `
781
781
782
782
namevar
783
783
784
784
The Name of the IIS site. Used for uniqueness. Will set
785
785
the target to this value if target is unset.
786
786
787
- ##### <a name =" provider " ></a >` provider `
787
+ ##### <a name =" -iis_site-- provider" ></a >` provider `
788
788
789
789
The specific backend to use for this ` iis_site ` resource. You will seldom need to specify this --- Puppet will usually
790
790
discover the appropriate provider for your platform.
@@ -833,16 +833,16 @@ physical path.
833
833
834
834
The following parameters are available in the ` iis_virtual_directory ` type.
835
835
836
- * [ ` name ` ] ( #name )
837
- * [ ` provider ` ] ( #provider )
836
+ * [ ` name ` ] ( #-iis_virtual_directory-- name )
837
+ * [ ` provider ` ] ( #-iis_virtual_directory-- provider )
838
838
839
- ##### <a name =" name " ></a >` name `
839
+ ##### <a name =" -iis_virtual_directory-- name" ></a >` name `
840
840
841
841
namevar
842
842
843
843
The name of the virtual directory to manage
844
844
845
- ##### <a name =" provider " ></a >` provider `
845
+ ##### <a name =" -iis_virtual_directory-- provider" ></a >` provider `
846
846
847
847
The specific backend to use for this ` iis_virtual_directory ` resource. You will seldom need to specify this --- Puppet
848
848
will usually discover the appropriate provider for your platform.
0 commit comments