`puppet --version` and `puppet agent --version` are effectively the same and are testing the version of the puppet executable. This comes from a puppet or puppet-agent package, depending on where you're getting it from. The `puppetserver --version` is testing the puppetserver executable, which is a Clojure JVM that runs the puppetmaster service. This is typically provided by the package puppetserver.
When it is time to upgrade, you would likely upgrade both puppetserver and puppet/puppet-agent. In rpm parlance I would run `rpm -qa | grep puppet` to see what puppet-related packages are present, and then upgrade those. If you can do something similar with apt, you can determine what the package names are and then upgrade them. For more details on upgrades, you can review https://docs.puppet.com/puppet/4.5/reference/architecture.html. Always read the release notes and upgrade directions all the way through before beginning, as there are sometimes warnings and gotchas you need to be aware of. Rob Nelson rnels...@gmail.com On Mon, May 23, 2016 at 9:10 PM, Jim <ameyaaga...@gmail.com> wrote: > root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppet --version > 4.4.1 > root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppetserver > --version > puppetserver version: 2.3.1 > root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppet agent > --version > 4.4.1 > > Also If I want to upgrade my Ubuntu from 15.10 to 16.04 would the puppet > server and agent would also get upgraded? > > Please advise. > > > Thanks > Jim > > -- > 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 puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/a2fa46b5-ae79-4095-8662-efd1fea2c7b0%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/a2fa46b5-ae79-4095-8662-efd1fea2c7b0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAC76iT_M0K4auQYUMZVAjO1c8ZaxLOvTvAikNwB570P0pEJOUA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.