mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
add windows family as helper function
This commit is contained in:
parent
01f0ae954c
commit
2e1c48bbd6
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ class Vulcano::Plugins::Backend
|
|||
'solaris' => %w{
|
||||
solaris smartos openindiana opensolaris solaris2 nexentacore
|
||||
},
|
||||
'windows' => %w{
|
||||
windows
|
||||
},
|
||||
}
|
||||
|
||||
OS['linux'] = %w{alpine arch coreos exherbo gentoo slackware} +
|
||||
|
|
Loading…
Reference in a new issue