Add optional method to remove /etc/salt/master.

Signed-off-by: Rene Jochum <rene@jochums.at>
This commit is contained in:
Rene Jochum
2016-07-15 15:13:21 +02:00
parent 1b611c871e
commit f17b8f5424
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -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