0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-08-03 16:53:53 +02: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
        ...
Description
No description provided
Readme 2.6 MiB
Languages
SaltStack 60.6%
Ruby 16.3%
Jinja 15.5%
Shell 4.1%
JavaScript 3.5%