Version information
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-samba', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
Puppet Samba Module
Module for provisioning Samba
Usage
See reference and examples
Reference
Reference documentation is generated directly from source code using puppet-strings. You may regenerate the documentation by running:
bundle exec puppet strings
The documentation is no substitute for reading and understanding the module source code, and all users should ensure they are familiar and comfortable with the operations this module performs before using it.
License
This module is released under the MIT license:
Limitations
- Not supported by Puppet, Inc.
Development
PRs accepted :)
Testing
This module supports testing using PDQTest.
Test can be executed with:
bundle install
make
See .travis.yml
for a working CI example
Acknowledgements
Based on an original module hosted at https://github.com/ajjahn/puppet-samba. Since upstream looks dormant, I created a new module updated for Puppet 4 and including a customer patch.
The authors below were obtained from the project's git history and they are acknowledged here as co-authors:
- Adam Jahn
- Adrian Joian
- Alexander Fisher
- Artem Sidorenko
- Christian Depner
- Christian Döring
- Daniel Sung
- David Sheldon
- erik-smit
- gnieark
- Hielke Jager
- Iban Nieto
- Jan Čapek
- Jan Kanis
- Jirgn Mssnr
- John Hodrien
- jonoterc
- Kai Stian Olstad
- Kurt Gardiner
- Lebedev Vadim
- Marc
- Mark Phillips
- Myles Steinhauser
- Niklaus Giger
- Pete Brown
- Philipp Tölke
- root
- sauce@freenode
- Timothy M Pollard
- Tomas Edwardsson
- Vladimir Rutsky
- Vladislav Nazarenko
Dependencies
- puppetlabs-stdlib (4.16.0)
The MIT License Copyright (c) 2017 Geoff Williams Copyright (c) 2012 Adam Jahn Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.