Skip to content

Commit

Permalink
Use the global foreman_version configuration item
Browse files Browse the repository at this point in the history
Rather than duplicating this config item (which is never updated), this
uses the globally configured latest Foreman version.
  • Loading branch information
ekohl committed Feb 19, 2024
1 parent 2cfa3d6 commit f006a77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
layout: plugin
title: Plugins
version: '1.21'
---

# 1. Plugins
Expand Down Expand Up @@ -223,7 +222,7 @@ To provide specific installation instructions, please select your operating syst
<pre>
[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
</pre>
Expand All @@ -239,7 +238,7 @@ gpgcheck=0
</p>

<pre>
deb http://deb.theforeman.org/ plugins {{page.version}}
deb http://deb.theforeman.org/ plugins {{site.foreman_version}}
</pre>
</div>

Expand Down

0 comments on commit f006a77

Please sign in to comment.