Skip to content

Commit

Permalink
Merge pull request #1290 from puppetlabs/cat_1378_remove_scarf_links
Browse files Browse the repository at this point in the history
Revert "Add Scarf redirection links"
  • Loading branch information
david22swan authored Dec 6, 2023
2 parents 57c39ca + c254c46 commit e39ec27
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/pdk_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,42 +49,42 @@ Install PDK with the YUM package manager.
- RHEL 6

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-el-6.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-el-6.noarch.rpm
sudo yum install pdk
```

- RHEL 7

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-el-7.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-el-7.noarch.rpm
sudo yum install pdk
```

- RHEL 8

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-el-8.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-el-8.noarch.rpm
sudo yum install pdk
```

- RHEL 9

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-el-9.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-el-9.noarch.rpm
sudo yum install pdk
```

- SUSE Linux Enterprise Server 15

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-sles-15.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-sles-15.noarch.rpm
sudo zypper install pdk
```

- Fedora 36

```
sudo rpm -Uvh https://downloads.devx.puppet.com/yum/puppet-tools-release-fedora-36.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-36.noarch.rpm
sudo dnf install pdk
```

Expand All @@ -109,7 +109,7 @@ Install PDK with the Apt package manager.
- Debian 9

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-stretch.deb
wget https://apt.puppet.com/puppet-tools-release-stretch.deb
sudo dpkg -i puppet-tools-release-stretch.deb
sudo apt-get update
sudo apt-get install pdk
Expand All @@ -118,7 +118,7 @@ Install PDK with the Apt package manager.
- Debian 10

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-buster.deb
wget https://apt.puppet.com/puppet-tools-release-buster.deb
sudo dpkg -i puppet-tools-release-buster.deb
sudo apt-get update
sudo apt-get install pdk
Expand All @@ -127,7 +127,7 @@ Install PDK with the Apt package manager.
- Debian 11

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-bullseye.deb
wget https://apt.puppet.com/puppet-tools-release-bullseye.deb
sudo dpkg -i puppet-tools-release-bullseye.deb
sudo apt-get update
sudo apt-get install pdk
Expand All @@ -136,7 +136,7 @@ Install PDK with the Apt package manager.
- Ubuntu 18.04

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-bionic.deb
wget https://apt.puppet.com/puppet-tools-release-bionic.deb
sudo dpkg -i puppet-tools-release-bionic.deb
sudo apt-get update
sudo apt-get install pdk
Expand All @@ -145,7 +145,7 @@ Install PDK with the Apt package manager.
- Ubuntu 20.04

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-focal.deb
wget https://apt.puppet.com/puppet-tools-release-focal.deb
sudo dpkg -i puppet-tools-release-focal.deb
sudo apt-get update
sudo apt-get install pdk
Expand All @@ -154,7 +154,7 @@ Install PDK with the Apt package manager.
- Ubuntu 22.04

```
wget https://downloads.devx.puppet.com/apt/puppet-tools-release-jammy.deb
wget https://apt.puppet.com/puppet-tools-release-jammy.deb
sudo dpkg -i puppet-tools-release-jammy.deb
sudo apt-get update
sudo apt-get install pdk
Expand Down

0 comments on commit e39ec27

Please sign in to comment.