Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nibalizer/puppet-module-samba
Puppet module to manage a samba server. Pull requests welcome and encouraged!
https://github.com/nibalizer/puppet-module-samba
Last synced: about 1 month ago
JSON representation
Puppet module to manage a samba server. Pull requests welcome and encouraged!
- Host: GitHub
- URL: https://github.com/nibalizer/puppet-module-samba
- Owner: nibalizer
- License: other
- Created: 2012-04-30T05:50:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T03:39:17.000Z (over 12 years ago)
- Last Synced: 2024-10-26T20:11:24.810Z (about 2 months ago)
- Language: Puppet
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Puppet Module Samba
This module aims to enable users to manage a samba server.
[![Build Status](https://secure.travis-ci.org/nibalizer/puppet-module-samba.png?branch=master)](http://travis-ci.org/nibalizer/puppet-module-samba)
## 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";
}