-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml
47 lines (39 loc) · 1.05 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
# Resource types to exclude, i.e. to not write out as Rspec expectations. The
# /::/ excludes all defined types.
#
:excludes:
- Stage
- Class
- Anchor
- Notify
- Node
- /::/
# only_include and excludes are mutually exclusive, and only_include takes
# precedence. A list of specific resources specified as [Type[title],...], to
# be read as "only include [Type1[title2],Type2[title2]...].
#
:only_include: []
# Use full file content rather than MD5 sum checks of the content in the
# generated tests.
#
:md5sums: false
# Class name to declare. By default is auto-detected.
:class_name: null
# Default input file. It must be specified on the command line via -c.
:catalog_file: null
# Default output file. Can be over-ridden via -o.
:output_file: spec/classes/init_spec.rb
# Compile test. Include or don't include the test for compilation.
:compile_test: true
# Default setup.
:setup: {}
# Example:
#
# :setup:
# :pre_condition:
# - hiera_include('classes')
# :hiera_config: spec/fixtures/hiera.yaml
# :facts:
# foo: bar
# baz: qux