From d12ba79f3094d268c94bfa6b50046c31a3e4da12 Mon Sep 17 00:00:00 2001 From: amanda Date: Thu, 10 Dec 2020 18:23:23 +0000 Subject: [PATCH] Remove st2debug component, as only contained submit-debug-info --- spec/vagrant/core_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/vagrant/core_spec.rb b/spec/vagrant/core_spec.rb index e92a6d0..db27720 100644 --- a/spec/vagrant/core_spec.rb +++ b/spec/vagrant/core_spec.rb @@ -23,7 +23,7 @@ end ## StackStorm Package Installation -ST2_PACKAGES = %w(st2common st2reactor st2actions st2api st2auth st2debug) +ST2_PACKAGES = %w(st2common st2reactor st2actions st2api st2auth) ST2_DEBIAN_PACKAGES = %w(python-st2client) ST2_REDHAT_PACKAGES = %w(st2client)