Skip to content

Puppet module to manage a samba server. Pull requests welcome and encouraged!

License

Notifications You must be signed in to change notification settings

eblazquez/puppet-module-samba

 
 

Repository files navigation

Puppet Module Samba

This module aims to enable users to manage a samba server.

Build Status

Dependencies

  • puppetlabs/puppetlabs-concat

Example

samba::global{
  'global':
    dns_proxy => '8.8.8.8',
    workgroup => 'WORKGROUP';
}

samba::dfsroot{
  'media':
    public => 'no',
    path   => '/var/samba/media';
}

About

Puppet module to manage a samba server. Pull requests welcome and encouraged!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.2%
  • Puppet 38.0%
  • Ruby 20.8%