
Initialize this repository with generic structure from cookiecutter. Remove manifests/config.pp and manifests/init.pp because this module will not need those manifests. Change-Id: I306e29f2b4a636d3c0f87f7b9b7a7b9efd4791dc
12 lines
266 B
YAML
12 lines
266 B
YAML
HOSTS:
|
|
ubuntu-server-1404-x64:
|
|
roles:
|
|
- master
|
|
platform: ubuntu-14.04-amd64
|
|
box: puppetlabs/ubuntu-14.04-64-nocm
|
|
box_url: https://vagrantcloud.com/puppetlabs/ubuntu-14.04-64-nocm
|
|
hypervisor: vagrant
|
|
CONFIG:
|
|
log_level: debug
|
|
type: git
|