summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-11 11:24:58 -0700
committerTim Smith <tsmith@chef.io>2021-05-11 11:24:58 -0700
commit39a753d7578bb2c87d6e91602e8dae1153f4bb9e (patch)
tree829da64cc996a1b174eb6319bda6c0b443a70536 /kitchen-tests/cookbooks
parent35c7db54447e5bbd378069962cbb808cc543802e (diff)
downloadchef-39a753d7578bb2c87d6e91602e8dae1153f4bb9e.tar.gz
Fix logrotate in tests
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/linux.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
index aa3a4cb04d..1589402fb8 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -58,7 +58,7 @@ include_recipe "openssh"
include_recipe "nscd"
-include_recipe "logrotate"
+logrotate_package "logrotate"
include_recipe "git"