0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-27 22:38:10 +01:00
Go to file
Joseph Hall d47edecafd Merge pull request #14 from KennethWilke/master
added salt package mapping for gentoo
2013-08-15 08:40:30 -07:00
salt really more gentoo 2013-08-15 10:16:54 -05:00
LICENSE Add LICENSE. 2013-07-27 23:33:47 +02:00
pillar.example pillar example fix 2013-08-13 16:40:48 -05:00
README.rst updated readme 2013-08-14 10:00:14 -05:00

salt
====

Yes, Salt can Salt itself!

salt.minion
===========

Install a minion

salt.master
===========

Install a master.

Configuration
=============
Every option available in the templates can be set in pillar. Settings under 'salt' will be overridden by more specific settings under salt['master'] or salt['minion']

::

    salt:
      ret_port: 4506
      master:
        user: saltuser
        ...
      minion:
        user: saltuser
        ...