Module: ChefWorkstationInitialize::SelfBootstrap::NoChef::VerifiersHelpers
- Included in:
- ProvisionersHelpers
- Defined in:
- lib/selfbootstrap/nochef/verifiers.rb
Instance Method Summary collapse
- #inspec_verifier ⇒ Object
-
#verifiers ⇒ Object
# help method implementation end.
Instance Method Details
#inspec_verifier ⇒ Object
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 |
#verifiers ⇒ Object
# 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 |