Puppet is a configuration management solution. The Puppet framework provides a means to describe IT infrastructure as policy, execute that policy to build services then audit and enforce ongoing changes to the policy.
Puppet is a configuration management solution. The Puppet framework provides a means to describe IT infrastructure as policy, execute that policy to build services then audit and enforce ongoing changes to the policy.
To install puppet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install puppet
To see what files were installed by puppet, run:
port contents puppet
To later upgrade puppet, run:
sudo port selfupdate && sudo port upgrade puppet
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.