File: centos-6-x64.yml

package info (click to toggle)
puppet-module-voxpupuli-ssh-keygen 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: ruby: 164; makefile: 12; sh: 10
file content (15 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
  centos-6-x64:
    roles:
      - master
    platform: el-6-x86_64
    box: centos/6
    hypervisor: vagrant
CONFIG:
  type: aio
...
# vim: syntax=yaml