Use the sockethub role in the run list

This commit is contained in:
Greg 2021-07-14 10:14:38 +02:00
parent 383a46676e
commit e00d6c3a86
1 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,8 @@
"hostname": "nodejs-2",
"ipaddress": "192.168.122.243",
"roles": [
"kredits_github"
"kredits_github",
"sockethub"
],
"recipes": [
"kosmos-base",
@ -23,6 +24,7 @@
"kredits-github::nginx",
"sockethub",
"sockethub::default",
"sockethub::proxy",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@ -60,6 +62,7 @@
"logrotate::default",
"nodejs::npm",
"nodejs::install",
"sockethub::_firewall",
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
@ -80,6 +83,6 @@
"recipe[kosmos-base]",
"recipe[kosmos-hubot::wormhole]",
"role[kredits_github]",
"recipe[sockethub::default]"
"role[sockethub]"
]
}