0

To install Puppet Master on RedHat Linux version 7, you need to install an optional channel. Can someone provide directions on how to do this? I want to install Puppet Master. I tried to install Puppet Master without the optional channel. The main thing that is wrong is that I cannot start puppetmaster.

I run this: /etc/init.d/puppetmaster restart

But I get this: -bash: /etc/init.d/puppetmaster: No such file or directory

The Puppet Labs website has a broken link for installing the optional channel. There must be directions somewhere else.

Propulsion
  • 158
  • 2
  • 9
  • use this https://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-red-hat-enterprise-linux-and-derivatives – c4f4t0r Mar 04 '15 at 07:10

1 Answers1

3

You can add the optional channel from the command line by running the command:

 rhn-channel --add --channel=rhel-x86_64-server-optional-7

You can run this command as root or use sudo.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
Martin
  • 501
  • 2
  • 5
  • I ran it as root. But this is what I got: Usage: rhn-channel [options] rhn-channel: error: no such option: -d – Propulsion Mar 07 '15 at 04:49