diff options
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/macos.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb index 9c7416cfd9..14b61e4da3 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb @@ -43,6 +43,11 @@ include_recipe "chef-client::delete_validation" include_recipe "chef-client::config" include_recipe "::_chef_client_trusted_certificate" +chef_client_launchd "Every 30 mins Infra Client run" do + interval 30 + action :enable +end + include_recipe "git" # test various archive formats in the archive_file resource |