Sha256: 203c0c85d9445d870e016ff561586b13511f074d1939fe5415915a39fa6a1071

Contents?: true

Size: 1.62 KB

Versions: 20

Compression:

Stored size: 1.62 KB

Contents

# -*- mode: yaml; -*-
# Time-stamp: <Mon 2017-08-21 23:15 svarrette>
################################################################################
# Complementary configuration for Vagrant
# You can overwrite here the default settings defined in ../../Vagrantfile and
# define additional VMs (agents) to deploy upon vagrant up (in addition to the
# puppet master 'master')

#___________________________________________
# Complete / re-define the default boxes below
# Format:
#   :<os><version>: <username>/<box> # see https://vagrantcloud.com
# :boxes:
#   :windows2012: 'opentable/win-2012r2-standard-amd64-nocm'
#   :freebsd12:   'freebsd/FreeBSD-12.0-RELEASE'
#   :centos7:     'centos/7',
#   :debian8:     'debian/contrib-jessie64',
#   :ubuntu14:    'ubuntu/trusty64'

#_________________
# Default settings
# :defaults:
#   :os: :centos7         # Default OS from the above box definition
#   :ram: 512             # Default RAM
#   :vcpus: 1             # Default number of virtual CPUs
#   :vbguest_auto_update: 1  # check/update box guest additions

#____________________
# Network settings
# :network:
#   :domain: 'vagrant.dev'      # network domain to use
#   :range: '10.10.1.0/24'      # IP range to use
#   :ip_offset: 10
#   # client / VMs defined below will start on xx.xx.xx.<ip_offset>

#___________________________________________________________
# VMs / Vagrant boxes to define apart from the puppet master
# Format:
# <name>:
#   :hostname: <hostname>
#   :desc: <VM-description>
#   :os: <os>
#   :ram: <ram>
#   :vcpus: <vcpus>
#   :role: <role>
#   :roles:
#     - <role1>
#     - <role2>
# :vms:
#   'default':
#     :os: :debian8

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
falkorlib-0.9.1 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.9.0 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.10 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.9 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.8 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.7 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.6 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.5 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.4 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.3 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.2 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.8.1 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.18 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.17 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.16 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.15 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.14 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.13 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.11 templates/puppet/modules/tests/vagrant/config.yaml
falkorlib-0.7.9 templates/puppet/modules/tests/vagrant/config.yaml