Resource Type: fileshare

Defined in:
lib/puppet/type/fileshare.rb
Providers:
wmi

Overview

Name of the file share

Properties

  • comment

    An optional comment which will be made visible to clients

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • maxcon (defaults to: 16777216)

    The maximum number of allowed connections

  • owner (defaults to: hash)

    A hash containing attributes about the owner. Defaults to Everyone and should not be overriden in mode cases.

Parameters

  • name (namevar)

    Name of the file share

  • path

    Path to the shared directory on the local filesystem

  • provider

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