You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: