Sha256: 90f0910c938a251d01faf9a9ad475a2ae60690dfe218307e440ecdffe019e21d

Contents?: true

Size: 978 Bytes

Versions: 5

Compression:

Stored size: 978 Bytes

Contents

---
HOSTS:
  win:
    roles:
    - windows
    platform: windows-server-amd64
    box: devopsgroup-io/windows_server-2012r2-standard-amd64-nocm
    hypervisor: "<%= ENV.fetch('BEAKER_HYPERVISOR', 'vagrant') %>"
    vagrant_memsize: 2048
    vagrant_cpus: 2
    user: vagrant
    communicator: winrm
    is_cygwin: false
    family: windows-cloud/windows-2012-r2
    gce_machine_type: n1-standard-2
CONFIG:
  log_level: verbose
  type: aio
  ssh:
    keepalive: true
    keepalive_interval: 10
    host_key:
      - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:host_key].join("\n#{' '*6}- ") %>
    kex:
      - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:kex].join("\n#{' '*6}- ") %>
    encryption:
      - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:encryption].join("\n#{' '*6}- ") %>
    hmac:
      - <%= Net::SSH::Transport::Algorithms::ALGORITHMS[:hmac].join("\n#{' '*6}- ") %>
  puppet_collection: "<%= ENV.fetch('BEAKER_PUPPET_COLLECTION', 'puppet7') %>"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simp-rspec-puppet-facts-3.11.0 spec/acceptance/nodesets/win_2012r2.yml
simp-rspec-puppet-facts-3.10.0 spec/acceptance/nodesets/win_2012r2.yml
simp-rspec-puppet-facts-3.9.0 spec/acceptance/nodesets/win_2012r2.yml
simp-rspec-puppet-facts-3.8.3 spec/acceptance/nodesets/win_2012r2.yml
simp-rspec-puppet-facts-3.8.1 spec/acceptance/nodesets/win_2012r2.yml