summaryrefslogtreecommitdiff
path: root/kitchen-tests/test/integration/webapp/default_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/test/integration/webapp/default_spec.rb')
-rw-r--r--kitchen-tests/test/integration/webapp/default_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/test/integration/webapp/default_spec.rb b/kitchen-tests/test/integration/webapp/default_spec.rb
index 1e5004cd3e..cf148218b7 100644
--- a/kitchen-tests/test/integration/webapp/default_spec.rb
+++ b/kitchen-tests/test/integration/webapp/default_spec.rb
@@ -12,7 +12,7 @@ when "debian", "ubuntu"
ssh_package = "openssh-client"
ssh_service = "ssh"
ntp_service = "ntp"
-when "centos", "redhat", "fedora"
+when "centos", "redhat", "fedora", "amazon"
ssh_package = "openssh-clients"
ssh_service = "sshd"
ntp_service = "ntpd"
@@ -91,7 +91,7 @@ describe package("autoconf") do
it { should be_installed }
end
-%w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux sysbench }.each do |pkg|
+%w{lsof tcpdump strace zsh dmidecode ltrace bc curl wget telnet subversion git traceroute htop tmux }.each do |pkg|
describe package pkg do
it { should be_installed }
end