mirror of
https://github.com/inspec/inspec
synced 2024-11-15 09:27:20 +00:00
Adds esx platform support for bash resource
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
69e07bf93b
commit
ee9b167fb0
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ module Inspec::Resources
|
|||
class Bash < Cmd
|
||||
name "bash"
|
||||
supports platform: "unix"
|
||||
supports platform: "esx"
|
||||
|
||||
desc "Run a command or script in BASH."
|
||||
example <<~EXAMPLE
|
||||
describe bash('ls -al /') do
|
||||
|
|
Loading…
Reference in a new issue