Puppet module to installs, configure, and manage samba server.
Samba is a free software re-implementation of the SMB networking protocol. Samba provides file and print services for various Microsoft Windows clients and can integrate with a Microsoft Windows Server domain, either as a Domain Controller (DC) or as a domain member. As of version 4, it supports Active Directory and Microsoft Windows NT domains.
This module will help you to installs, configure, and manage samba server.
To have Puppet install samba server with the default parameters, declare the samba_server class:
class { 'samba_server': }When this class is declared with the default options, Puppet:
- Installs the appropriate Samba software package.
- Places the required configuration files in a directory.
- Starts the Samba service.