Add erland_node fqdn to ejabberd node configs

This commit is contained in:
Basti 2020-11-25 21:04:33 +01:00
parent 137d90ed8a
commit 58854da648
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,9 @@
"normal": { "normal": {
"knife_zero": { "knife_zero": {
"host": "10.147.20.166" "host": "10.147.20.166"
},
"kosmos-ejabberd": {
"erlang_node": "ejabberd@draco.kosmos.org"
} }
}, },
"automatic": { "automatic": {
@ -59,4 +62,4 @@
"recipe[kosmos-base]", "recipe[kosmos-base]",
"role[ejabberd]" "role[ejabberd]"
] ]
} }

View File

@ -3,6 +3,9 @@
"normal": { "normal": {
"knife_zero": { "knife_zero": {
"host": "10.147.20.44" "host": "10.147.20.44"
},
"kosmos-ejabberd": {
"erlang_node": "ejabberd@centaurus.kosmos.org"
} }
}, },
"automatic": { "automatic": {
@ -59,4 +62,4 @@
"recipe[kosmos-base]", "recipe[kosmos-base]",
"role[ejabberd]" "role[ejabberd]"
] ]
} }