vagrant
vagrant copied to clipboard
Fix typo in typed trigger validation
This fixes annoying warning in type = :command triggers:
==> b-1: The command 'provision' was not found for this trigger. ==> b-1: The command 'provision' was not found for this trigger. ..
config.trigger.after :provision, type: :command do |t|
t.name = "finally run real provision over all boxes"
t.run = { inline: "bash -ex -c '
id
'"}
end
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement
Learn more about why HashiCorp requires a CLA and what the CLA includes
Alexander Tarasenko seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you already have a GitHub account, please add the email address used for this commit to your account.
Have you signed the CLA already but the status is still pending? Recheck it.