Перейти к файлу
Wolodja Wentland fbe1886e37 Merge pull request #13 from rhertzog/debian-jessie-support
Fix service name to use on Debian depending on the precise release
2014-12-22 23:02:42 +01:00
samba Fix service name to use on Debian depending on the precise release 2014-12-22 17:01:36 +01:00
LICENSE Add LICENSE. 2013-07-27 22:15:32 +02:00
README.rst corrected README.rst url pointing to saltstack doc 2014-04-16 15:49:21 -04: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/en/latest/topics/development/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``.