Re: [Puppet Users] What is the meaning of all these different version commands

2016-05-26 Thread Jim
Thanks heaps for that ! Cheers Jim On Wednesday, 25 May 2016 01:48:09 UTC+10, Rob Nelson wrote: > > `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 w

Re: [Puppet Users] What is the meaning of all these different version commands

2016-05-24 Thread Rob Nelson
`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

[Puppet Users] What is the meaning of all these different version commands

2016-05-23 Thread Jim
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