From db51f1f33240f54e047ede63a4bb42c01606ef0b Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 17 Dec 2020 14:09:41 +0100 Subject: [PATCH] Add new Zoom meeting ID to whitelist --- site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb index acfb650..fbf290f 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000_xmpp.rb @@ -121,7 +121,7 @@ application app_path do "KREDITS_GITHUB_KEY" => data_bag['kredits_github_key'], "KREDITS_GITHUB_SECRET" => data_bag['kredits_github_secret'], "KREDITS_ZOOM_JWT" => data_bag['kredits_zoom_jwt'], - "KREDITS_ZOOM_MEETING_WHITELIST" => "414901303" + "KREDITS_ZOOM_MEETING_WHITELIST" => "414901303,82557072771" } ) notifies :run, "execute[systemctl daemon-reload]", :delayed