Resource Type: iis_virtual_directory

Defined in:
lib/puppet/type/iis_virtual_directory.rb
Providers:
webadministration

Overview

Allows creation of a new IIS Virtual Directory and configuration of virtual directory parameters.

Properties

  • application

    The application under which the virtual directory is created

  • ensure (defaults to: present)

    Manage the state of this rule.

    Supported values:
    • present
    • absent
  • password

    Specifies the password associated with the user_name property.

  • physicalpath

    The physical path to the virtual directory. This path must be fully qualified. Though not recommended, this can be a UNC style path. Supply credentials for access to the UNC path with the ‘user_name` and `password` properties.

  • sitename

    The site name under which the virtual directory is created

  • user_name

    Specifies the identity that should be impersonated when accessing the physical path.

Parameters

  • name (namevar)

    The name of the virtual directory to manage

  • provider

    The specific backend to use for this ‘iis_virtual_directory` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.