It seems that the installer_brew resource (i.e. brew install) prioritize formula over cask.
For example, I wanted to install Docker for Mac Desktop app but docker formula package got install when I give docker as a name of installer_brew.
Since their name is the same, I need a way to optionally install it as a cask package.
I still can install other cask packages that has a unique name. But I would like always choose cask option for cask packages to explicitly install them as cask packages.
It seems that the
installer_brew
resource (i.e.brew install
) prioritizeformula
overcask
.For example, I wanted to install Docker for Mac Desktop app but
docker
formula package got install when I givedocker
as aname
ofinstaller_brew
. Since their name is the same, I need a way to optionally install it as a cask package.I still can install other cask packages that has a unique name. But I would like always choose
cask
option for cask packages to explicitly install them as cask packages.