Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple M1 Chip is installing Brew to usr/local/bin instead of /opt/homebrew #165

Open
AHancher2022 opened this issue Mar 14, 2023 · 0 comments

Comments

@AHancher2022
Copy link

AHancher2022 commented Mar 14, 2023

Hey, I am trying to install brew using the puppet-homebrew module on a apple M1 chip and it is not getting put in the /opt/homebrew directory. Here is the facter statement when I ran "facter processors"
{
count => 8,
isa => "arm",
models => [
"Apple M1",
"Apple M1",
"Apple M1",
"Apple M1",
"Apple M1",
"Apple M1",
"Apple M1",
"Apple M1"
],
physicalcount => 8
}

Snippet of the puppet logs that show where it is being installed:
Notice: /Stage[main]/Homebrew::Install/File[/usr/local/bin/brew]/ensure: created (corrective)
Debug: /Stage[main]/Homebrew::Install/File[/usr/local/bin/brew]: The container Class[Homebrew::Install] will propagate my refresh event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant