Sha256: 6309480fa9e2c738ca96077a56ba6ef89c6de66c2d22dd439450129cab9c4f79

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

execute "bundle exec ruby -e \"require 'mixlib/install'; puts Mixlib::Install.install_ps1, 'install'\" > ../.acceptance_data/install.ps1" 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

5 entries across 5 versions & 1 rubygems

Version Path
mixlib-install-2.0.4 acceptance/powershell_install_ps1/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.3 acceptance/powershell_install_ps1/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.2 acceptance/powershell_install_ps1/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.1 acceptance/powershell/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-2.0.0 acceptance/powershell/.acceptance/acceptance-cookbook/recipes/provision.rb