Install *nix agents

You can install *nix agents using an install script.

Before you begin: Puppet Core packages are stored in protected repositories that require credentials. For information about purchasing the product and obtaining the credentials, see Purchasing Puppet Core. After you purchase the product or sign up for the free version, you will have the credentials required to access the packages.
  1. Install the agent using the command appropriate to your environment.
    • Yum:

      Copy
      sudo yum install puppet-agent
    • Apt:

      Copy
      sudo apt-get install puppet-agent
    • Zypper:

      Copy
      sudo zypper install puppet-agent
  2. Start the Puppet service:

    Copy
    sudo /opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true