From 510959fe3f620bbd41fe6820c3220c2cd21d34b6 Mon Sep 17 00:00:00 2001 From: Sebastian Reitenbach Date: Wed, 25 Jan 2023 11:52:43 +0100 Subject: [PATCH] Ignore OpenBSD, similarly to FreeBSD --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 02c1109..8c4d260 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class firewall ( } contain "${title}::linux" } - 'FreeBSD', 'windows': { + 'FreeBSD', 'OpenBSD', 'windows': { } default: { fail("${title}: Kernel '${::kernel}' is not currently supported") -- 2.45.2