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

Fix `shared_*` host ids according to naming convention - `shared_[role_name]` #25

Open uvsmtid opened 8 years ago

uvsmtid commented 8 years ago

At the moment a number of shared_* hosts are named without any naming convention.

Fix it by nameing them after the role they perform. For example, shared_jenkins should be named after jenkins_master_role as shared_jenkins_master (without _role postfix).

And add the rest of shared_* hosts because not all roles are covered.