summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Webb <dan.webb@damacus.io>2021-12-06 15:38:50 +0000
committerDan Webb <dan.webb@damacus.io>2021-12-06 15:38:50 +0000
commitb7cc0c542a42bea1ce22746cf3417df40689879d (patch)
tree1dcde410f39accfa08ebc0f85196134295b0b10d
parent5f85c0515e9d46a46fec123a8b8e19a94a3e37af (diff)
downloadchef-b7cc0c542a42bea1ce22746cf3417df40689879d.tar.gz
Remove the full option from homebrew_tap
brew tap --full is no longer supported and there is no replacement Fixes #12345 Signed-off-by: Dan Webb <dan.webb@damacus.io>
-rw-r--r--lib/chef/resource/homebrew_tap.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/resource/homebrew_tap.rb b/lib/chef/resource/homebrew_tap.rb
index 05567c5166..b728d447c8 100644
--- a/lib/chef/resource/homebrew_tap.rb
+++ b/lib/chef/resource/homebrew_tap.rb
@@ -41,10 +41,6 @@ class Chef
property :url, String,
description: "The URL of the tap."
- property :full, [TrueClass, FalseClass],
- description: "Perform a full clone on the tap, as opposed to a shallow clone.",
- default: false
-
property :homebrew_path, String,
description: "The path to the Homebrew binary.",
default: "/usr/local/bin/brew"