From dcf0ec97c64f12b2ac240240658ff4dd29bf565c Mon Sep 17 00:00:00 2001 From: Marc Seeger Date: Fri, 17 Jan 2020 14:41:07 -0800 Subject: launchd: Fix capitalization of HardResourceLimits Seems to have been a typo. You can check e.g. https://developer.apple.com/library/archive/documentation/MacOSX/Conceptual/BPSystemStartup/Chapters/CreatingLaunchdJobs.html or https://www.launchd.info/ for the proper capitalization. Signed-off-by: Marc Seeger --- lib/chef/provider/launchd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb index 4f20a417a6..16fe34f6ea 100644 --- a/lib/chef/provider/launchd.rb +++ b/lib/chef/provider/launchd.rb @@ -194,7 +194,7 @@ class Chef "environment_variables" => "EnvironmentVariables", "exit_timeout" => "ExitTimeout", "ld_group" => "GroupName", - "hard_resource_limits" => "HardreSourceLimits", + "hard_resource_limits" => "HardResourceLimits", "inetd_compatibility" => "inetdCompatibility", "init_groups" => "InitGroups", "keep_alive" => "KeepAlive", -- cgit v1.2.1