-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.yaml
116 lines (113 loc) · 2.14 KB
/
config.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
---
webserver:
version: 1.0
host: 0.0.0.0
# port: 8443
# ssl_enable: true
# ssl_certificate: keys/magicbox.crt
# ssl_private_key: keys/magicbox.key
embedded_pages: {}
# - puppet/syntax/hello_world
# - puppet/syntax/querying_the_system
# - puppet/syntax/modifying_attributes
# - puppet/syntax/observe_your_change
# - puppet/syntax/validating_your_syntax
# - puppet/variables/putting_them_to_use
# - puppet/facts/what_are_they
# - puppet/facts/working_with_facts
# - puppet/facts/working_with_arrays
# - puppet/facts/working_with_hashes
# - puppet/facts/using_logic_with_facts
# - puppet/resources/exploring_package
# - puppet/resources/exploring_service
# - puppet/pfs/package_file
# - puppet/pfs/file_service
# - puppet/pfs/package_file_service
sample_pages:
- index
- hashicorp/json2hcl
- hashicorp/resource_counter
- hashicorp/vault-namespaces
- hashicorp/tfc_activity
- hashicorp/waas
- hashicorp/template_catalog
- hashicorp/vault-mocks
#- hashicorp/module_catalog
- puppet/validate
- puppet/fact
- puppet/function
- puppet/resource
- puppet/compile
- puppet/apply
- puppet/template
- puppet/parser_validate
- puppet/facts
- puppet/factlogic
- puppet/relationship
checks:
validate:
checks:
- validate
fact:
checks:
- validate
- fact
merge:
lang: ruby
function:
checks:
- validate
- function
merge:
lang: ruby
resource:
checks:
- resource
compile:
checks:
- validate
- compile
merge:
lang: puppet
apply:
checks:
- validate
- apply
merge:
lang: puppet
template:
checks:
- validate
- template
merge:
lang: erb
facts:
checks:
- facts
factlogic:
checks:
- validate
- factlogic
merge:
lang: puppet
relationship:
checks:
- validate
- relationship
merge:
lang: puppet
json2hcl:
checks:
- json2hcl
resourcecounter:
checks:
- resourcecounter
tfe_call:
checks:
- tfecall
tfc_activity:
checks:
- tfcruns
vaultmocks:
checks:
- vaultmocks