Sha256: 81c65cf9cfe57931886e7c265335601d83b7383629a08782a1a538caacdb02ff

Contents?: true

Size: 484 Bytes

Versions: 7

Compression:

Stored size: 484 Bytes

Contents

# Generate install script then write to disk for terraform to copy to the instance for execution
execute "bundle exec ruby -e \"require 'mixlib/install'; puts Mixlib::Install.install_ps1, 'install'\" > ../.acceptance_data/powershell_install_fips.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

7 entries across 7 versions & 1 rubygems

Version Path
mixlib-install-3.9.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.8.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.7.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.6.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.5.1 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.5.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb
mixlib-install-3.4.0 acceptance/windows-server-2012r2-fips/.acceptance/acceptance-cookbook/recipes/provision.rb