From 8b92d2f7bddd8d9a1f453c65f1d6d7783599090d Mon Sep 17 00:00:00 2001 From: "Cemal Y. Dalar" Date: Tue, 19 Dec 2023 15:27:33 +0100 Subject: [PATCH 1/2] add ubuntu jammy --- documentation/bolt_installing.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/documentation/bolt_installing.md b/documentation/bolt_installing.md index ce5db7ecc7..cd119889e0 100644 --- a/documentation/bolt_installing.md +++ b/documentation/bolt_installing.md @@ -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. @@ -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: From 15fddd21a7c7b6e68ed55753cd7134f77d6e5fa6 Mon Sep 17 00:00:00 2001 From: "Cemal Y. Dalar" Date: Tue, 19 Dec 2023 17:57:55 +0100 Subject: [PATCH 2/2] Update bolt_installing.md Co-authored-by: Cas Donoghue --- documentation/bolt_installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bolt_installing.md b/documentation/bolt_installing.md index cd119889e0..8c315ddf3d 100644 --- a/documentation/bolt_installing.md +++ b/documentation/bolt_installing.md @@ -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 , 22,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.