Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joseph Hall 0cd54925d3 Merge pull request #7 from stp-ip/new_structure преди 11 години
salt Move into salt subdir преди 11 години
LICENSE Add LICENSE. преди 11 години
README.rst Add minion managed file преди 11 години
pillar.example Add pillar.example преди 11 години

README.rst

salt
====

Yes, Salt can Salt itself!

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

Install a minion

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

Install a master. Every option available in the master template can be set in the pillar file:

::

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