Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed May 9, 2022
1 parent f86760d commit 770453c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions cookbooks/chef-workstation/recipes/pre-install.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash -e

function main()
{
source "$(dirname "${BASH_SOURCE[0]}")/../../../libraries/util.bash"

checkRequireMacSystem
checkRequireRootUser

rm -f -r -v '/opt/chef-workstation'
}

main "${@}"
2 changes: 1 addition & 1 deletion roles/nam/roles/mac-cli-apps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function main()
# Packages

local -r caskPackageNames=(
'chef/chef/chefdk'
'chef-workstation'
)

local -r packageNames=(
Expand Down

0 comments on commit 770453c

Please sign in to comment.