
Turns out using Hiera as ENC is limited and you can't order the classes to be applied on a node. This change switched to the Roles/Profiles pattern and uses Hiera as ENC still, but only to assign which role a node belongs to
4 lines
81 B
Django/Jinja
4 lines
81 B
Django/Jinja
class infra-ansible::roles::gerrit {
|
|
include infra-ansible::profiles::gerrit
|
|
}
|