Resource Type: iis_vdir

Defined in:
lib/puppet/type/iis_vdir.rb
Providers:
powershell

Overview

A Virtual Directory of a Website.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • path

    Path to the Virtual Directory folder.

  • site

    The site in which this virtual directory resides.

Parameters

  • name (namevar)

    This is the name of the virtual directory

  • 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.