Skip to content

Commit

Permalink
Merge pull request puppetlabs#3257 from cdalar/docs_update
Browse files Browse the repository at this point in the history
add ubuntu jammy
  • Loading branch information
donoghuc committed Dec 19, 2023
2 parents cdc7b56 + 15fddd2 commit e7a1f90
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion documentation/bolt_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and Microsoft Windows.
| Microsoft Windows Server* | 2012R2, 2019 |
| RHEL | 6, 7, 8, 9 |
| SLES | 12, 15 |
| Ubuntu | 18.04, 20.04 |
| Ubuntu | 18.04, 20.04 , 22.04|

> **Note:** Windows packages are automatically tested on the versions listed
> above, but might be installable on other versions.
Expand Down Expand Up @@ -403,6 +403,15 @@ have installed:
sudo apt-get install puppet-bolt
```

- _Ubuntu 22.04_

```shell
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 puppet-bolt
```

**Upgrade Bolt**

To upgrade Bolt to the latest version, run the following command:
Expand Down

0 comments on commit e7a1f90

Please sign in to comment.