Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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";
}