Resource Type: iis_vdir
- Defined in:
- lib/puppet/type/iis_vdir.rb
- Providers:
-
iis_vdir
Overview
IIS Virtual Directory
Properties
-
allowsubdirconfig
Controls whether IIS will load just the Web.config file in the physical path (false) or also the Web.config files in the sub-directories of the physical path (true)
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
logonmethod
Logon method for the physical path
-
password
Password for the user name
-
physicalpath
Physical path
-
username
User name that can access the physical path
Parameters
-
iis_app
Path of the app the virtual directory is under
-
name (namevar)
Virtual directory name
Supported values:- /.+\/.*/
-
provider
The specific backend to use for this ‘iis_vdir` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.