Sha256: 64003148cda6b614de527938fe3f6cd13ba42aeb3ff96f53feb616b806ca89f2

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

execute "bundle exec ruby -e \"require 'mixlib/install'; puts Mixlib::Install.new(product_name: 'omnibus-toolchain', product_version: :latest, channel: :stable).install_command\" > ../.acceptance_data/install.sh" do
  cwd node['chef-acceptance']['suite-dir']
end

execute "terraform plan" do
  cwd "#{node['chef-acceptance']['suite-dir']}/terraform"
end

execute "terraform apply" do
  cwd "#{node['chef-acceptance']['suite-dir']}/terraform"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mixlib-install-2.0.4 acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.3 acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.2 acceptance/ubuntu_install_command/.acceptance/acceptance-cookbook/recipes/provision.rb