blob: 021f9dd81e2b9a53c0c8b62f9dd58f6326c8df75 [file] [log] [blame]
---
driver:
name: vagrant
provisioner:
name: puppet_apply
manifests_path: puppet/manifests
modules_path: puppet/modules
hiera_data_path: puppet/data
hiera_config_path: puppet/hiera.yaml
vm_hostname: 'test'
require_chef_for_busser: false
# http_proxy: 'http://192.168.1.3:3142' # Disable this unless you use apt-cacher-ng or something that caches
require_chef_for_busser: false
platforms:
- name: ubuntu1464
driver:
box: trusty64
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
suites:
- name: default
manifest: site.pp
driver_config:
network:
- ["private_network", {ip: "192.168.33.2"}]
customize:
memory: 1024
cpus: 2
- name: tlp
manifest: site.pp
driver_config:
network:
- ["private_network", {ip: "192.168.33.2"}]
customize:
memory: 1024
cpus: 2