mirror of
https://github.com/inspec/inspec
synced 2024-12-22 02:53:13 +00:00
15d5cc7ca0
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
9 lines
168 B
Ruby
9 lines
168 B
Ruby
# encoding: utf-8
|
|
|
|
class Vulcano::Backends::SpecinfraHelper
|
|
module Exec
|
|
def self.configure(_conf)
|
|
Specinfra.configuration.backend = :exec
|
|
end
|
|
end
|
|
end
|