Last active
August 29, 2015 14:11
-
-
Save tfhartmann/b64211bf2642a7d8c4b3 to your computer and use it in GitHub Desktop.
Beakers hosts.yml files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOSTS: | |
ubuntu-12-04: | |
platform: ubuntu-12.04-x64 | |
image: ubuntu:12.04 | |
hypervisor: docker | |
docker_preserve_image: true | |
#docker_image_commands: | |
# - 'apt-get install -y puppet' | |
centos6: | |
platform: centos-6-x64 | |
image: centos:centos6 | |
hypervisor: docker | |
docker_preserve_image: true | |
CONFIG: | |
type: foss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment