Module: ChefWorkstationInitialize::SelfBootstrap::NoChef::VerifiersHelpers

Included in:
ProvisionersHelpers
Defined in:
lib/selfbootstrap/nochef/verifiers.rb

Instance Method Summary collapse

Instance Method Details

#inspec_verifierObject



31
32
33
34
35
36
37
# File 'lib/selfbootstrap/nochef/verifiers.rb', line 31

def inspec_verifier
  worklog('Running method inspec_verifier' + " for class #{self.class} inside file #{__FILE__}")

  {
    name: 'inspec',
  }
end

#verifiersObject

# help method implementation end



25
26
27
28
29
# File 'lib/selfbootstrap/nochef/verifiers.rb', line 25

def verifiers
  worklog('Running method verifiers' + " for class #{self.class} inside file #{__FILE__}")

  [inspec_verifier]
end