scotje / homebrew-puppet

A tap for OSX package distribution without bureaucracy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homebrew Puppet

A tap for Puppet OSX packages

How do I install these packages?

brew cask install puppetlabs/puppet/<package>

Bolt

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

PDK

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.

About

A tap for OSX package distribution without bureaucracy

License:Apache License 2.0


Languages

Language:Ruby 100.0%