A tap for Puppet OSX packages
brew cask install puppetlabs/puppet/<package>
To install Bolt with brew run
brew cask install puppetlabs/puppet/puppet-bolt
This will install bolt to /opt/puppetlabs/bin/bolt
, so to use bolt add /opt/puppetlabs/bin
to your path
export PATH=$PATH:/opt/puppetlabs/bin
To install PDK with brew:
brew cask install puppetlabs/puppet/pdk
This will install PDK into /opt/puppetlabs/pdk
and add an entry into /etc/paths.d
to add PDK to your
shell's PATH, however you may have to relaunch your terminal session before pdk
can be found on your PATH.
If you use ZShell (zsh), you will have to take additional steps before pdk
can be found on your PATH, see
the PDK Troubleshooting docs
to learn more.