File: TestConfigFullworkingAndExample.yaml

package info (click to toggle)
g10k 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: sh: 63; makefile: 56
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
:cachedir: '/tmp/g10k'
deploy:
  purge_levels: ['deployment', 'puppetfile', 'environment']
  purge_allowlist: [ '.latest_revision', '.resource_types' ]

sources:
  example:
    remote: 'https://github.com/xorpaul/g10k-environment.git'
    basedir: '/tmp/out/'
    prefix: true
  full:
    remote: 'https://github.com/xorpaul/g10k-fullworking-env.git'
    basedir: '/tmp/out/'
    prefix: true