diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-03-21 15:18:20 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-03-21 15:18:20 -0700 |
commit | 6d9ecd132eb38ebe34f9925e5f1694aa9d13618f (patch) | |
tree | 112fcd2e32f3db11aef3b0a779700c9f2902984c /acceptance | |
parent | ca6a7320b24e2596ff34dd3a7d19dab6e999a818 (diff) | |
download | chef-6d9ecd132eb38ebe34f9925e5f1694aa9d13618f.tar.gz |
pass windows architecture to kitchen provisionerarch
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml index 190b4ad6e3..40462281ac 100644 --- a/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +++ b/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml @@ -201,6 +201,8 @@ platforms: # Windows # - name: windows-2012r2 + provisioner: + architecture: <%= ENV["KITCHEN_CHEF_WIN_ARCHITECTURE"] %> driver: image_search: name: Windows_Server-2012-R2*-English-*-Base-* |