diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-03 12:43:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 12:43:25 -0700 |
commit | b990f3078e01477f9fb6db3f43eea325b181ecc2 (patch) | |
tree | 267685867251afcdb244ddb6e3dcf5bf3fb08775 /kitchen-tests | |
parent | ea2d90df45816835eeb753aa4ec0d14583f45e4b (diff) | |
download | chef-b990f3078e01477f9fb6db3f43eea325b181ecc2.tar.gz |
Update kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
nice
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/linux.rb | 2 |
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 95051bcdb6..4836fcc188 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb @@ -100,7 +100,7 @@ end chef_client_systemd_timer "Run chef-client as a systemd timer" do interval "1hr" - cpu_quote 50 + cpu_quota 50 only_if { systemd? } end |