mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-24 00:24:22 +02:00
Add optional method to remove /etc/salt/master.
Signed-off-by: Rene Jochum <rene@jochums.at>
This commit is contained in:
@@ -7,6 +7,9 @@ salt:
|
||||
# This state will remove "/etc/salt/minion" when you set this to true.
|
||||
minion_remove_config: True
|
||||
|
||||
# This state will remove "/etc/salt/master" when you set this to true.
|
||||
master_remove_config: True
|
||||
|
||||
# Set this to False to not have the formula install packages (in the case you
|
||||
# install Salt via git/pip/etc.)
|
||||
install_packages: True
|
||||
|
||||
Reference in New Issue
Block a user