chef/roles/hubot.rb
2022-11-04 14:41:12 +01:00

13 lines
216 B
Ruby

name "hubot"
default_run_list = %w(
kosmos-hubot::botka_irc-libera-chat
kosmos-hubot::hal8000_xmpp
)
env_run_lists(
'_default' => default_run_list,
'development' => [],
'production' => default_run_list
)