I'm installing puppet-server on centOS 6.5 VM with RAM 2 GB & 2 CPU. But it is always pulling up the old version of puppet.
[root@puppetmaster ~]# puppet --version
2.7.26
[root@puppetmaster ~]# puppet master --version
2.7.26
Command i'm using
yum install puppet-server
I wanted to install puppet master 3.7.5 which is the latest version. Can some explain this behavior?
Regards Gagan