Skip to content

Commit

Permalink
Merge pull request #874 from blackknight36/windows
Browse files Browse the repository at this point in the history
Change - Avoid puppet failures on windows nodes
  • Loading branch information
florindragos authored Nov 14, 2019
2 parents af5dcc9 + 6194a79 commit 6a4b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
contain "${title}::linux"
}
'FreeBSD': {
'FreeBSD', 'windows': {
}
default: {
fail("${title}: Kernel '${::kernel}' is not currently supported")
Expand Down

0 comments on commit 6a4b6bd

Please sign in to comment.