]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Merge pull request #1107 from buzzdeee/main
authordavid22swan <david.swan@puppet.com>
Wed, 8 Mar 2023 09:57:52 +0000 (09:57 +0000)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 09:57:52 +0000 (09:57 +0000)
Ignore OpenBSD, similarly to FreeBSD

1  2 
manifests/init.pp

index 37c35fb1ca3040f7dbd763f212c3aeabd0116e5e,8c4d2600e36f6bd069557d4dc23811a051e99564..efbfdb8cf4d18fa50061586a0e84cd1af3df892c
@@@ -74,10 -74,10 +74,10 @@@ class firewall 
        }
        contain "${title}::linux"
      }
-     'FreeBSD', 'windows': {
+     'FreeBSD', 'OpenBSD', 'windows': {
      }
      default: {
 -      fail("${title}: Kernel '${::kernel}' is not currently supported")
 +      fail("${title}: Kernel '${facts['kernel']}' is not currently supported")
      }
    }
  }