From ed18f58ed300bf0f18a942ef880af81681972615 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 16 Feb 2024 17:47:56 +0100 Subject: [PATCH] Use the global foreman_version configuration item Rather than duplicating this config item (which is never updated), this uses the globally configured latest Foreman version. --- plugins/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/index.md b/plugins/index.md index b408a22a91..89cc661c25 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -1,7 +1,6 @@ --- layout: plugin title: Plugins -version: '1.21' --- # 1. Plugins @@ -223,7 +222,7 @@ To provide specific installation instructions, please select your operating syst
 [foreman-plugins]
 name=Foreman plugins
-baseurl=https://yum.theforeman.org/plugins/{{page.version}}/el8/x86_64/
+baseurl=https://yum.theforeman.org/plugins/{{site.foreman_version}}/el8/x86_64/
 enabled=1
 gpgcheck=0
 
@@ -239,7 +238,7 @@ gpgcheck=0

-deb http://deb.theforeman.org/ plugins {{page.version}}
+deb http://deb.theforeman.org/ plugins {{site.foreman_version}}