feat: prepare syd1 mariadb cluster

- update role to wait for enc_role
- move hiera data to country/region/role specific location
This commit is contained in:
2024-05-12 15:21:34 +10:00
parent 9eacb9ec08
commit 2aa5ead9d1
4 changed files with 10 additions and 5 deletions
+4 -1
View File
@@ -3,5 +3,8 @@ class roles::infra::sql::galera {
include profiles::defaults
include profiles::base
include profiles::base::datavol
include profiles::sql::galera_member
if $facts['enc_role'] == 'roles::infra::sql::galera' {
include profiles::sql::galera_member
}
}