Thomas S Hatch 4b3e75780d Merge pull request #2 from AntoineCezar/add_minion_managed_file | 11 yıl önce | |
---|---|---|
salt | 11 yıl önce | |
README.rst | 11 yıl önce |
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
...