samba

contributions requested
Samba module

65,295 downloads

24,286 latest version

3.1 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.0.0 (latest)
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
  • 0.0.2
released Nov 16th 2015
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet >=2.7.20 <4.1.0
  • RedHat
    ,
    CentOS
    ,
    Debian
    ,
    Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'thias-samba', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add thias-samba
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install thias-samba --version 1.0.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: smb, samba3, smbd, nmdb

Documentation

thias/samba — version 1.0.0 Nov 16th 2015

2015-11-16 - 1.0.0

  • Fix service for Debian 8+ (#14, @tskirvin).
  • Fix secrets.tdb path for Ubuntu 14+ (#15, @amateo).

2014-11-11 - 0.1.5

  • Fix RHEL5/CentOS5 services (no nmb service, #8, @cdenneen).
  • Add some LDAP options (#7, @t0mmyt).

2014-04-20 - 0.1.4

  • Add guest_account parameter (#4, @chris-hall-hu).

2014-03-31 - 0.1.3

  • Add support for LDAP authentication (#1, @Spredzy).
  • Add support for FreeBSD (#3, @fessoga5).

2013-11-18 - 0.1.2

  • Fix the selinux conditional, being a fact it's a string not a boolean.
  • Fix the service name on Ubuntu.

2013-05-24 - 0.1.1

  • Add support for Debian service name (sid3windr).
  • Update README and use markdown.
  • Change to 2-space indent.

2012-12-20 - 0.1.0

  • Fix tab vs. spaces in smb.conf template.
  • Fix persistence for SELinux changes.
  • Add samba_export_all_rw SELinux option.
  • Add security and map_to_guest options.

2012-09-19 - 0.0.2

  • Include fixes to smb.conf from Up2date Cyborg.

2012-07-26 - 0.0.1

  • Initial module release.