Comment out second master config example
This second master config example was causing problems when vagrant would use the default pillar.example
This commit is contained in:
parent
633ce3630f
commit
08501c9e18
|
@ -45,9 +45,9 @@ salt:
|
||||||
master: salt
|
master: salt
|
||||||
|
|
||||||
# multi master setup
|
# multi master setup
|
||||||
master:
|
#master:
|
||||||
- salt_master_1
|
#- salt_master_1
|
||||||
- salt_master_2
|
#- salt_master_2
|
||||||
|
|
||||||
fileserver_backend:
|
fileserver_backend:
|
||||||
- git
|
- git
|
||||||
|
|
Loading…
Reference in New Issue