Sha256: d6cf5747816df27a0e83856ad9c5bbbb2a5c47d4b8fa6f9b3be0148c5888d612

Contents?: true

Size: 675 Bytes

Versions: 58

Compression:

Stored size: 675 Bytes

Contents

Vagrant.configure("2") do |config|
  config.vm.box = "box"

  config.trigger.before :up do |trigger|
    trigger.name = "Acceptance"
    trigger.info = "Testing 1 2 3..."
    trigger.run = {inline: "echo 'Hello before up'"}
  end

  config.trigger.after :up do |trigger|
    trigger.name = "Acceptance"
    trigger.info = "Testing 1 2 3..."
    trigger.run = {inline: "echo 'Hello after up'"}
  end

  config.trigger.before :destroy,
    name: "DESTROY!!",
    warn: "Testing 1 2 3...",
    run: {inline: "echo 'Hello before destroy'"}

  config.trigger.after :destroy,
    name: "Destroyed",
    warn: "Testing 1 2 3...",
    run: {inline: "echo 'Hello after destroy'"}
end

Version data entries

58 entries across 18 versions & 1 rubygems

Version Path
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-abfc34474d12/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-spec-94a9d31ba18b/acceptance/support-skeletons/triggers-basic/Vagrantfile