fileshare
Overview
Manage Windows file shares with Puppet.
Attributes
ensure
- Present/absentname
- Name of the file sharepath
- Path to the shared directory on the local filesystemcomment
- An optional commentowner
- Not intended to be modified. Hash containing owner's sid, accessmask, and username.maxcon
- Maximum allowed connections. Defaults to 16777216.
Usage
fileshare { 'test_share_name':
ensure => present,
path => 'C:\test',
comment => 'Optional Comment String Goes Here',
}