From: Sebastian Reitenbach Date: Wed, 25 Jan 2023 10:52:43 +0000 (+0100) Subject: Ignore OpenBSD, similarly to FreeBSD X-Git-Tag: v4.1.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=510959fe3f620bbd41fe6820c3220c2cd21d34b6;p=puppet-modules%2Fpuppetlabs-firewall.git Ignore OpenBSD, similarly to FreeBSD --- 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")