mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 20:56:55 +00:00
19 lines
403 B
YAML
19 lines
403 B
YAML
---
|
|
# 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
|