https://github.com/marclop/salt_formula
SaltStack Formula for salt-minion
https://github.com/marclop/salt_formula
Last synced: 6 months ago
JSON representation
SaltStack Formula for salt-minion
- Host: GitHub
- URL: https://github.com/marclop/salt_formula
- Owner: marclop
- License: mit
- Created: 2015-02-20T16:11:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T16:12:29.000Z (over 11 years ago)
- Last Synced: 2024-11-05T14:18:20.323Z (over 1 year ago)
- Language: HTML
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# salt_minion formula
Formula to set up the salt-minion. Made for the RHEL family exclusively
### Note
See the full [Salt Formulas installation and usage instructions](http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html)
Available states
================
- [salt_minion](#salt_minion)
``salt_minion``
------------
Installs the salt_minion from distribution packages, enables and starts the service by default. Additionally, sets the salt master if defined in pillar:
```
salt_minion:
pkg: salt-minion
service: salt-minion
conf_path: /etc/salt/minion
conf_include_dir: /etc/salt/minion.d
version: 2014.7.1
enabled: True
master: salt.domain
```