Resource Type: iis_virtualdirectory

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

Overview

The iis_virtualdirectory type creates and manages IIS virtual directories

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • path

    Path to the web site folder

  • site

    The site in which this virtual directory exists

Parameters

  • name (namevar)

    This is the name of the virtual directory

  • provider

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