$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Add Puppet Rpm Repository

August 28, 2023 | By the+gnu+linux+evangelist.

GNU/Linux Enabling Puppet Rpm Repo Guide

Hi! This Tutorial shows you Step-by-Step How to Add Puppet Dnf/Yum/Zypper Rpm Repository in GNU/Linux Rpm Based Systems.

And Puppet is a declarative, Model-based approach to IT Automation, helping you manage Infrastructure throughout its lifecycle, from Provisioning and Configuration to Orchestration and Reporting.

Moreover, using Puppet, you can easily Automate repetitive Tasks, quickly Deploy critical Applications, and proactively Manage Changes, scaling from 10s of servers to 1000s, on-premise or in the cloud.

Finally, this Setup is Valid also for All the Rpm based Distros like:

  • Fedora
  • CentOS
  • openSUSE
  • Mageia
  • Red Hat Enterprise Linux
  • Oracle Enterprise Linux
  • ROSA
  • Nobara
  • Rocky Linux
  • AlmaLinux
  • Quebes OS
  • Ultramarine
  • risiOS
  • OpenMandriva
  • SLES
How to Add Puppet Rpm Repository - Featured
  1. 1. Terminal QuickStart

    How to QuickStart with Command Line on GNU/Linux:

    Bash Shell Easy QuickStart
  2. 2. Downloading Puppet Repo

    Download Puppet Repository for EL/Fedora/SLES GNU/Linux

    Puppet Repo .rpm Package
    For Fedora Grab the “el-9” Release!
    And for openSUSE Get the Sles one.
  3. 2. Adding Repository

    Then to Add Puppet Rpm Repository
    First, access the Download location by default with:

    cd ~/Downloads
    To Check it’s there List the contents with:
    ls . | grep puppet
    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find it out on Terminal then See: How to Access Downloads Folder from Browser.
    And then Install it withy:
    sudo rpm -ivh ./puppet*.rpm
  4. 3. Puppet Getting Started

    Finally, to Puppet Quick Start for Rpm Based

    Puppet Get Started Guide