From 42580b065c9adcb635723ed2d1a5cd5f11bb2868 Mon Sep 17 00:00:00 2001 From: Riccardo Calixte Date: Fri, 8 Apr 2016 11:34:47 -0400 Subject: [PATCH] allow FreeBSD when dependencies require this class --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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") } -- 2.45.2