Sha256: 7eb8cb885e63fbede128e1a1652244813dbaa8f9abe6a8fba21caf466c0e3d8a

Contents?: true

Size: 1.04 KB

Versions: 67

Compression:

Stored size: 1.04 KB

Contents

#centos-511-x64.yml
```
HOSTS:
  centos-511-x64:
    roles:
      - master
    platform: el-5-x86_64
    box: puppetlabs/centos-5.11-64-nocm
    hypervisor: vagrant
```
#centos-65-x64.yml
```
HOSTS:
  centos-65-x64:
    roles:
      - master
    platform: el-6-x86_64
    box: puppetlabs/centos-6.5-64-nocm
    hypervisor: vagrant
```
#debian-609-x64.yml
```
HOSTS:
  debian-609-x64:
    roles:
      - master
    platform: debian-6-amd64
    box: puppetlabs/debian-6.0.9-64-nocm
    hypervisor: vagrant
```
#debian-78-x64.yml
```
HOSTS:
  debian-78-x64:
    roles:
      - master
    platform: debian-7-amd64
    box: puppetlabs/debian-7.8-64-nocm
    hypervisor: vagrant
```
#ubuntu-server-1204-x64.yml
```
HOSTS:
  ubuntu-server-1204-x64:
    roles:
      - master
    platform: ubuntu-1204-amd64
    box: puppetlabs/ubuntu-12.04-64-nocm
    hypervisor: vagrant
```
#ubuntu-server-1404-x64.yml
```
HOSTS:
  ubuntu-server-1404-x64:
    roles:
      - master
    platform: ubuntu-14.04-amd64
    box: puppetlabs/ubuntu-14.04-64-nocm
    hypervisor: vagrant
```

Version data entries

67 entries across 67 versions & 2 rubygems

Version Path
beaker-2.37.0 docs/Example-Vagrant-Hosts-Files.md
beaker-2.36.0 docs/Example-Vagrant-Hosts-Files.md
beaker-2.35.0 docs/Example-Vagrant-Hosts-Files.md
beaker-2.34.0 docs/Example-Vagrant-Hosts-Files.md
beaker-2.33.0 docs/Example-Vagrant-Hosts-Files.md
beaker-2.32.1 docs/Example-Vagrant-Hosts-Files.md
beaker-2.32.0 docs/Example-Vagrant-Hosts-Files.md