7145694b74
This patch is the initial modulesync run, it impacts: * gitignore: just a sync between projects * gemfile: - update and allow to setup facter version and gem source - split beaker gems with a dedicated group - switch to rspec-puppet 2.2.0 * rakefile: - use the new syntax for lint configuration - add a acceptance target * acceptance: - sync nodesets * spec: added rspec coverage report Change-Id: I1ed1e89127abb917c0a28d8d1e7d8beab05a71d9
12 lines
254 B
YAML
12 lines
254 B
YAML
HOSTS:
|
|
centos-server-70-x64:
|
|
roles:
|
|
- master
|
|
platform: el-7-x86_64
|
|
box: puppetlabs/centos-7.0-64-nocm
|
|
box_url: https://vagrantcloud.com/puppetlabs/centos-7.0-64-nocm
|
|
hypervisor: vagrant
|
|
CONFIG:
|
|
log_level: debug
|
|
type: foss
|