Перейти к файлу
Joseph Hall 4dc2c44c2b Merge pull request #5 from kennydo/master
Updated README to conform to standard
2014-01-07 06:55:29 -08:00
samba generate smb.conf based on pillar data 2013-12-31 18:33:11 -08:00
LICENSE Add LICENSE. 2013-07-27 22:15:32 +02:00
README.rst Updated README to conform to standard 2014-01-07 02:28:01 -08:00
pillar.example generate smb.conf based on pillar data 2013-12-31 18:33:11 -08:00

README.rst

samba
=====
Install and configure a samba server.

.. note::

    See the full `Salt Formulas installation and usage instructions
    <http://docs.saltstack.com/topics/conventions/formulas.html>`_.

Available states
================

.. contents::
    :local:
    
``samba``
---------

Installs the samba server package and service.

``samba.client``
----------------

Installs the samba client package.

``samba.config``
----------------

Includes the ``samba`` state.

Creates a ``smb.conf`` based on pillar data.

Configuration
=============

Installing the samba package will include a default ``smb.conf``. If you wish to override that config file, use the ``samba.config`` state, which creates a new ``smb.conf`` file based on pillar data.

The pillar data in ``pillar.example`` results in the creation of a ``smb.conf`` similar to the packaged ``smb.conf``.