Project

General

Profile

« Previous | Next » 

Revision a017b3e5

Added by Bernhard Suttner about 1 month ago

Set correct plugin packages section

This fixes the following issue:
add_host.py: error: Section foreman_plugin_packages was not found

Most of the time, new plugin end up the in tier2 section first and may
be moved to higher tier later on

View differences:

add_gem_package.sh
if [[ $REPO == "foreman-el8" ]] ; then
local section="foreman_core_packages"
elif [[ $REPO == "foreman-plugins-el8" ]] ; then
local section="foreman_plugin_packages"
local section="foreman_plugin_packages_tier2"
elif [[ $REPO == "katello-el8" ]] ; then
local section="katello_packages"
elif [[ $REPO == "foreman-client-*" ]] ; then

Also available in: Unified diff