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)