From: Michael Watters Date: Tue, 28 May 2019 17:30:44 +0000 (-0400) Subject: Change - Avoid puppet failures on windows nodes X-Git-Tag: v2.2.0~6^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6194a79187664c85d788f00248c8fd490a51eda1;p=puppet-modules%2Fpuppetlabs-firewall.git Change - Avoid puppet failures on windows nodes This module will cause puppet agent runs to fail when it is included on a windows node. Updated manifest to do nothing when running on a windows client. --- diff --git a/manifests/init.pp b/manifests/init.pp index 0a087a1..15b15bf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -74,7 +74,7 @@ class firewall ( } contain "${title}::linux" } - 'FreeBSD': { + 'FreeBSD', 'windows': { } default: { fail("${title}: Kernel '${::kernel}' is not currently supported")