Sha256: 3e10c8be21fe6b056a8d2ec081ccb88bfa560366b849755e595d61ec9352b3a1
Contents?: true
Size: 569 Bytes
Versions: 8
Compression:
Stored size: 569 Bytes
Contents
<% if ENV['BEAKER_HYPERVISOR'] hypervisor = ENV['BEAKER_HYPERVISOR'] else hypervisor = 'vagrant' end -%> HOSTS: win: roles: - windows platform: windows-server-amd64 box: opentable/win-2012r2-standard-amd64-nocm hypervisor: <%= hypervisor %> vagrant_memsize: 2048 vagrant_cpus: 2 user: vagrant communicator: winrm is_cygwin: false CONFIG: log_level: verbose type: aio vagrant_memsize: 256 <% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%> puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %> <% end -%>
Version data entries
8 entries across 8 versions & 1 rubygems