Install Puppet Server fails

Hello, @mmumshad, @Inderpreet!

yum -y install http://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm

repo appears in /etc/yum.repos.d/puppetlabs.repo

I added to /etc/puppet/puppet.conf

dns_alt_names = puppet, jump_host, jump_host.stratos.xfusioncorp.com
certname=puppet

I added to /etc/sysconfig/puppetserver

JAVA_ARGS=“-Xms512m -Xmx512m”

But “Package puppetserver” is not installed on jump host

I tought that you have to install puppetserver not puppetmaster, the majority have the same issue using the “wrong” package [not really the wrong one but at the check step, it checks with puppetserver I guess]

In my case I’ve worked with
rpm -Uvh https://yum.puppet.com/puppet6-release-el-7.noarch.rpm
yum install -y puppetserver

1 Like

Thanks a lot!
I’ll try!

1 Like

@Goldenor Thanks a lot . I was successfull in the task after using rpm command