diff --git a/_includes/manuals/3.10/2.1_quickstart_installation.md b/_includes/manuals/3.10/2.1_quickstart_installation.md index 8d1bc5f096..95c4f1a636 100644 --- a/_includes/manuals/3.10/2.1_quickstart_installation.md +++ b/_includes/manuals/3.10/2.1_quickstart_installation.md @@ -25,6 +25,7 @@ To provide specific installation instructions, please select your operating syst @@ -45,6 +46,16 @@ sudo dnf -y install https://yum.puppet.com/puppet7-release-el-8.noarch.rpm {% endhighlight %} +
+ Enable Puppet's 7.x repository: +
+ +{% highlight bash %} +sudo dnf -y install https://yum.puppet.com/puppet7-release-el-9.noarch.rpm +{% endhighlight %} +Enable the Foreman repositories:
@@ -53,6 +64,14 @@ sudo dnf -y install https://yum.theforeman.org/releases/{{page.version}}/el8/x86 {% endhighlight %}Enable the Foreman repositories:
+ +{% highlight bash %} +sudo dnf -y install https://yum.theforeman.org/releases/{{page.version}}/el9/x86_64/foreman-release.rpm +{% endhighlight %} +Enable the Foreman module:
@@ -107,7 +126,7 @@ echo "deb http://deb.theforeman.org/ plugins {{page.version}}" | sudo tee -a /et No operating system selected.