summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-08-10 16:20:02 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-08-10 16:20:02 -0700
commit27e01d76c82e4c64953278399644b6f2cf6417bf (patch)
treefb7324d4f19c17090e687982fff1ae4654a6d1c5 /kitchen-tests
parentcdae8d9618063366fa641d3448a672a20521dea3 (diff)
downloadchef-27e01d76c82e4c64953278399644b6f2cf6417bf.tar.gz
review fixes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/rspec/metadata.rb2
-rw-r--r--kitchen-tests/kitchen.travis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/rspec/metadata.rb b/kitchen-tests/cookbooks/rspec/metadata.rb
index f0b5bfba75..56fb816ce4 100644
--- a/kitchen-tests/cookbooks/rspec/metadata.rb
+++ b/kitchen-tests/cookbooks/rspec/metadata.rb
@@ -1,6 +1,6 @@
name "rspec"
license "Apache-2.0"
-description "Runs nothing"
+description "Utility cookbook for rspec testing"
version "1.0.0"
chef_version ">= 14"
diff --git a/kitchen-tests/kitchen.travis.yml b/kitchen-tests/kitchen.travis.yml
index 9efbf243ca..cef2b1b98a 100644
--- a/kitchen-tests/kitchen.travis.yml
+++ b/kitchen-tests/kitchen.travis.yml
@@ -69,7 +69,7 @@ platforms:
image: dokken/centos-7
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- - RUN yum -y install cronie util-linux e2fsprogs
+ - RUN yum -y install e2fsprogs
- RUN egrep -v '::1' /etc/hosts > /etc/hosts.new
- RUN cp /etc/hosts.new /etc/hosts
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers