uvsmtid / common-salt-states

A framework of interrelated states and pillars on top of Saltstack common to other projects.
Apache License 2.0
2 stars 0 forks source link

Salt master gets installed in case of `initial-online-node` bootstrap mode #10

Closed uvsmtid closed 8 years ago

uvsmtid commented 9 years ago

In case of initial-online-node bootstrap node, Salt master should only be installed on the node which was assigned controller_role role (or at least similar one).

uvsmtid commented 8 years ago

Installation of master was by default. There was no information provided whether the minion is also a master in the target environment. Now this is propagated in is_master config key for bootstrap package per minion.

Commit 847a895c5eb4e0205a0260e1a670f4d61289d74e resolves this issue.