summaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/fedora-25-x64.yml
blob: c3a3cbf5978a4a959859fe06571930e4bde847c3 (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 24 because there is no
# puppet-agent for fedora 25 by 2016-12-30
HOSTS:
  fedora-25-x64:
    roles:
      - master
    platform: fedora-24-x86_64
    box: fedora/25-cloud-base
    hypervisor: vagrant
CONFIG:
  type: aio
...
# vim: syntax=yaml