-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathconfig_defaults.yml
51 lines (51 loc) · 1.02 KB
/
config_defaults.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
48
49
50
51
---
Gemfile:
required:
- gem: kafo_module_lint
options:
groups:
- 'test'
- gem: puppet-lint-spaceship_operator_without_tag-check
version: '~> 1.0'
options:
groups:
- 'test'
- gem: voxpupuli-test
version: '~> 7.0'
options:
groups:
- 'test'
- gem: github_changelog_generator
version: '>= 1.15.0'
options:
groups:
- 'development'
- gem: 'puppet_metadata'
version: '~> 4.0'
- gem: puppet-blacksmith
version: '>= 6.0.0'
options:
groups:
- 'development'
- gem: 'voxpupuli-acceptance'
version: '~> 3.4'
options:
groups:
- 'system_tests'
- gem: 'puppetlabs_spec_helper'
options:
groups:
- 'system_tests'
.puppet-lint.rc:
default_disabled_lint_checks:
- '140chars'
- 'class_inherits_from_params_class'
.github/workflows/ci.yml:
beaker_fact_matrix: {}
excludes: []
pidfile_workaround: false
spec/spec_helper.rb:
requires: []
custom_facts: []
Rakefile:
param_docs_pattern: []