aboutsummaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/fedora-27-x64.yml
blob: c2b61ebbf7b12bd3fd6d9a73f83d56a1828da0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
#
# platform is fedora 26 because there is no puppet-agent
# for fedora 27 as of 2017-11-17
HOSTS:
  fedora-27-x64:
    roles:
      - master
    platform: fedora-26-x86_64
    box: fedora/27-cloud-base
    hypervisor: vagrant
CONFIG:
  type: aio
...
# vim: syntax=yaml