Skip to content

Commit a1e4768

Browse files
authored
Merge pull request #1107 from buzzdeee/main
Ignore OpenBSD, similarly to FreeBSD
2 parents 9a7de7f + 510959f commit a1e4768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
contain "${title}::linux"
7676
}
77-
'FreeBSD', 'windows': {
77+
'FreeBSD', 'OpenBSD', 'windows': {
7878
}
7979
default: {
8080
fail("${title}: Kernel '${facts['kernel']}' is not currently supported")

0 commit comments

Comments
 (0)