We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86760d commit 770453cCopy full SHA for 770453c
cookbooks/chef-workstation/recipes/pre-install.bash
@@ -0,0 +1,13 @@
1
+#!/bin/bash -e
2
+
3
+function main()
4
+{
5
+ source "$(dirname "${BASH_SOURCE[0]}")/../../../libraries/util.bash"
6
7
+ checkRequireMacSystem
8
+ checkRequireRootUser
9
10
+ rm -f -r -v '/opt/chef-workstation'
11
+}
12
13
+main "${@}"
roles/nam/roles/mac-cli-apps.bash
@@ -5,7 +5,7 @@ function main()
# Packages
local -r caskPackageNames=(
- 'chef/chef/chefdk'
+ 'chef-workstation'
)
local -r packageNames=(
0 commit comments