# This file is managed centrally by modulesync
#   https://github.com/maestrodev/puppet-modulesync

HOSTS:
  centos-65-x64:
    roles:
      - master
    platform: el-6-x86_64
    image: devopsil/puppet:3.5.1
    # ip: localhost
    hypervisor : docker
    docker_image_commands:
      - yum -y install tar
      - useradd vagrant
CONFIG:
  log_level: debug
  type: git
