iis
This commit is contained in:
parent
03545db7fe
commit
64fe609130
@ -7,14 +7,13 @@
|
|||||||
###
|
###
|
||||||
|
|
||||||
class iis_demo (
|
class iis_demo (
|
||||||
String[1] $app_pool_name = 'TestAppPool',
|
String $app_pool_name = 'TestAppPool',
|
||||||
String[1] $service_account_password = undef,
|
String $service_account_password = undef,
|
||||||
String[1] $service_account_username = undef,
|
String $service_account_username = undef,
|
||||||
String[1] $iis_site_name = 'TestIisSite',
|
String $iis_site_name = 'TestIisSite',
|
||||||
String[1] $iis_webapp_name = 'TestWebSite',
|
String $iis_webapp_name = 'TestWebSite',
|
||||||
String[1] $path = 'C:\\inetpub\\wwwroot\\Test',
|
String $path = 'C:\\inetpub\\wwwroot\\Test',
|
||||||
String[1] $logpath = 'C:\\inetpub\\logs\\Test',
|
String $logpath = 'C:\\inetpub\\logs\\Test',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
include iis_demo::iis
|
include iis_demo::iis
|
||||||
|
Loading…
Reference in New Issue
Block a user