Skip to content

Commit

Permalink
switch docs for 3.12+ to use Puppet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Oct 23, 2024
1 parent 468a0bf commit 74d7990
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
26 changes: 13 additions & 13 deletions _includes/manuals/3.12/2.1_quickstart_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ To provide specific installation instructions, please select your operating syst

<div class="quickstart_os quickstart_os_el8">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo dnf -y install https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
sudo dnf -y install https://yum.puppet.com/puppet8-release-el-8.noarch.rpm
{% endhighlight %}
</div>

<div class="quickstart_os quickstart_os_el9">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo dnf -y install https://yum.puppet.com/puppet7-release-el-9.noarch.rpm
sudo dnf -y install https://yum.puppet.com/puppet8-release-el-9.noarch.rpm
{% endhighlight %}
</div>

Expand Down Expand Up @@ -83,13 +83,13 @@ sudo dnf -y module enable foreman:el8

<div class="quickstart_os quickstart_os_debian11">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppet.com/puppet7-release-bullseye.deb
sudo apt-get install /tmp/puppet7-release-bullseye.deb
cd /tmp && wget https://apt.puppet.com/puppet8-release-bullseye.deb
sudo apt-get install /tmp/puppet8-release-bullseye.deb
{% endhighlight %}

<p>Enable the Foreman repositories:</p>
Expand All @@ -103,13 +103,13 @@ echo "deb http://deb.theforeman.org/ plugins {{page.version}}" | sudo tee -a /et

<div class="quickstart_os quickstart_os_ubuntu2004">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppet.com/puppet7-release-focal.deb
sudo apt-get install /tmp/puppet7-release-focal.deb
cd /tmp && wget https://apt.puppet.com/puppet8-release-focal.deb
sudo apt-get install /tmp/puppet8-release-focal.deb
{% endhighlight %}

<p>Enable the Foreman repositories:</p>
Expand All @@ -123,13 +123,13 @@ echo "deb http://deb.theforeman.org/ plugins {{page.version}}" | sudo tee -a /et

<div class="quickstart_os quickstart_os_ubuntu2204">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppet.com/puppet7-release-jammy.deb
sudo apt-get install /tmp/puppet7-release-jammy.deb
cd /tmp && wget https://apt.puppet.com/puppet8-release-jammy.deb
sudo apt-get install /tmp/puppet8-release-jammy.deb
{% endhighlight %}

<p>Enable the Foreman repositories:</p>
Expand Down
20 changes: 10 additions & 10 deletions _includes/manuals/nightly/2.1_quickstart_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ To provide specific installation instructions, please select your operating syst

<div class="quickstart_os quickstart_os_el8">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo dnf -y install https://yum.puppet.com/puppet7-release-el-8.noarch.rpm
sudo dnf -y install https://yum.puppet.com/puppet8-release-el-8.noarch.rpm
{% endhighlight %}
</div>

<div class="quickstart_os quickstart_os_el9">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo dnf -y install https://yum.puppet.com/puppet7-release-el-9.noarch.rpm
sudo dnf -y install https://yum.puppet.com/puppet8-release-el-9.noarch.rpm
{% endhighlight %}
</div>

Expand Down Expand Up @@ -82,13 +82,13 @@ sudo dnf -y module enable foreman:el8

<div class="quickstart_os quickstart_os_debian11">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppet.com/puppet7-release-bullseye.deb
sudo apt-get install /tmp/puppet7-release-bullseye.deb
cd /tmp && wget https://apt.puppet.com/puppet8-release-bullseye.deb
sudo apt-get install /tmp/puppet8-release-bullseye.deb
{% endhighlight %}

<p>Enable the Foreman repositories:</p>
Expand All @@ -102,13 +102,13 @@ echo "deb http://deb.theforeman.org/ plugins {{page.version}}" | sudo tee -a /et

<div class="quickstart_os quickstart_os_ubuntu2204">
<p>
Enable Puppet's 7.x repository:
Enable Puppet's 8.x repository:
</p>

{% highlight bash %}
sudo apt-get -y install ca-certificates
cd /tmp && wget https://apt.puppet.com/puppet7-release-jammy.deb
sudo apt-get install /tmp/puppet7-release-jammy.deb
cd /tmp && wget https://apt.puppet.com/puppet8-release-jammy.deb
sudo apt-get install /tmp/puppet8-release-jammy.deb
{% endhighlight %}

<p>Enable the Foreman repositories:</p>
Expand Down

0 comments on commit 74d7990

Please sign in to comment.