On 16/02/17 20:51, Net Warrior wrote: > I'm reading some docs and it seems the lates version is 4.8, the reading > about the installation it talks about Puppet server install which is > version 2.6 and puppet db is 4.2, so this at first confused me, because > I do not know to which package 4.8 is related to, is that a whole > version number? to the whole puppet suite?
To use Puppet Server there are two packages you will install: 1. puppet-agent 2. puppet-server puppet-agent contains Puppet itself and its dependencies. The latest agent version is 1.9.1, which contains Puppet 4.9.2. There is a list of known versions on this page: https://docs.puppet.com/puppet/latest/about_agent.html puppet-server adds the server components to puppet-agent. The server uses Puppet from puppet-agent. The latest server version is 2.7.2, and see https://docs.puppet.com/puppetserver/latest/release_notes.html for the latest release notes. Install puppet-agent 1.9.1 and puppet-server 2.7.2 (at the time of writing) and you'll have the latest Puppet 4.9. -- Dominic Cleal [email protected] -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/8cc964dc-7863-35b4-4f60-37cf8becfda0%40cleal.org. For more options, visit https://groups.google.com/d/optout.
