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

nibalizer/puppet-module-samba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Module Samba

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

Build Status

Dependencies

  • ripienaar/puppet-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