File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ and Microsoft Windows.
1616| Microsoft Windows Server* | 2012R2, 2019 |
1717| RHEL | 6, 7, 8, 9 |
1818| SLES | 12, 15 |
19- | Ubuntu | 18.04, 20.04 |
19+ | Ubuntu | 18.04, 20.04 , 22.04 |
2020
2121> ** Note:** Windows packages are automatically tested on the versions listed
2222> above, but might be installable on other versions.
@@ -403,6 +403,15 @@ have installed:
403403 sudo apt-get install puppet-bolt
404404 ```
405405
406+ - _ Ubuntu 22.04_
407+
408+ ``` shell
409+ wget https://apt.puppet.com/puppet-tools-release-jammy.deb
410+ sudo dpkg -i puppet-tools-release-jammy.deb
411+ sudo apt-get update
412+ sudo apt-get install puppet-bolt
413+ ```
414+
406415** Upgrade Bolt**
407416
408417To upgrade Bolt to the latest version, run the following command:
You can’t perform that action at this time.
0 commit comments