Skip to content

jveski/puppet-fileshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#fileshare Build Status Windows Build Status

Overview

A Puppet resource type for managing Windows file shares.

Attributes

  • name - Name of the file share (namevar)
  • path - Path to the shared directory
  • comment - An optional comment
  • maxcon - Maximum allowed connections. Defaults to 16777216.

Access Control

This module ensures by default that shares allow full control access to everyone. It is expected that you will manage access rights with the puppetlabs/acl module at a filesystem level.

Usage

fileshare { 'the_file_share':
  ensure  => present,
  path    => 'C:\test',
}

With Comment

fileshare { 'the_file_share':
  ensure  => present,
  path    => 'C:\test',
  comment => 'Optional Comment String Goes Here',
}

About

A Puppet resource type for managing Windows file shares

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages