From: Riccardo Calixte Date: Fri, 8 Apr 2016 15:34:47 +0000 (-0400) Subject: allow FreeBSD when dependencies require this class X-Git-Tag: 1.8.2~35^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=42580b065c9adcb635723ed2d1a5cd5f11bb2868;p=puppet-modules%2Fpuppetlabs-firewall.git allow FreeBSD when dependencies require this class --- diff --git a/manifests/init.pp b/manifests/init.pp index 56c8091..5f50a5a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -35,6 +35,8 @@ class firewall ( package_name => $package_name, } } + 'FreeBSD': { + } default: { fail("${title}: Kernel '${::kernel}' is not currently supported") }