Coder Social home page Coder Social logo

theforeman / puppet-katello Goto Github PK

View Code? Open in Web Editor NEW
14.0 17.0 47.0 699 KB

Puppet module for setting Katello specific configuration. Also includes provider for manipulating with Katello resources.

License: GNU General Public License v3.0

Ruby 54.43% Puppet 43.82% HTML 1.76%
hacktoberfest

puppet-katello's Introduction

Overview

This module is designed to setup a Katello server, including Candlepin.

Development

See the CONTRIBUTING guide for steps on how to make a change and get it accepted upstream.

puppet-katello's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

puppet-katello's Issues

Question: RHEL 8 support

As noted in the README as of now RHEL 8 is not supported.
Is this a hard limit or is this just something where it wasn't properly tested on RHEL 8?

We are in the middle of setting up and are somewhat set on RHEL 8.
Would've been a bummer if we had to spin up a single RHEL 7 node for something small.

baseurl is incorrect - referencing latest directory, which no longer exists

Hello,

$repo_version is set to latest. latest no longer exists under https://yum.theforeman.org/katello/

https://github.com/theforeman/puppet-katello/blob/master/manifests/repo.pp

...........
class katello::repo (
  String $repo_version = latest,

............

  yumrepo { 'katello':
    descr    => "katello ${repo_version}",
    baseurl  => "https://yum.theforeman.org/katello/${repo_version}/katello/${dist}/\$basearch/",
    gpgkey   => $gpgkey,
    gpgcheck => $gpgcheck,
    enabled  => true,
  }

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.