-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.sync.yml
47 lines (45 loc) · 1010 Bytes
/
.sync.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
---
common:
".gitlab-ci.yml":
delete: true
appveyor.yml:
delete: true
.gitpod.Dockerfile:
unmanaged: true
.gitpod.yml:
unmanaged: true
.github/workflows/nightly.yml:
unmanaged: true
.github/workflows/pr_test.yml:
unmanaged: true
.github/workflows/auto_release.yml:
unmanaged: true
.github/workflows/spec.yml:
checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop'
unmanaged: true
.github/workflows/release.yml:
unmanaged: true
.travis.yml:
delete: true
Gemfile:
optional:
":development":
- gem: github_changelog_generator
Rakefile:
changelog_user: "puppetlabs"
spec/spec_helper.rb:
mock_with: ":rspec"
coverage_report: true
spec/default_facts.yml:
extra_facts:
pe_databases:
have_systemd: true
pe_postgresql_info:
installed_server_version: 11
pe_server_version: 2019.8.6
memory:
system:
total: 16.00 GiB
total_bytes: 17179869184
processors:
count: 8