forked from zanloy/puppet-ohmyzsh
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.sync.yml
150 lines (137 loc) · 4.47 KB
/
.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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
---
common:
disable_legacy_facts: true
appveyor.yml:
delete: true
.gitlab-ci.yml:
delete: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false
.rubocop_todo.yml:
delete: true
.travis.yml:
dist: focal
simplecov: false
before_install_pre:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || true
user: rehanone
secure: "WiS9j4aI93DobVH/O/z6aHKOY8UL2hwn4+fflKuhvZzJPxfsYYfvQsyX43qetpVAIW7DCZLfO1QQlLF1/ywhe8Y9XRy923R6E7WckYPCGtGBpeTdS7p3Biss2H+ikxI9/5UFlewrdFxLxqgKz8lGLCt8zL1r7ggPWjJBfWEBtk2J9mj4BRTTGt6SWTSHwkdqjloQsPu32SXWY4nsU+87p+lO49YTOH2cS+54/DRCpccPl2AL+kXISDGiDZtlMyGdL2c0Z1e8etmOxbHN2X80YyOQY2GiKdGhzVfx5TDPElDXkOO5JkkZWmsz2D6BJYvu+s9awIJ6/pzGFDghZIK2MSgfUjJd9Vwt1lm48kHKsJ3DsSRIOHK+2ft/3nUl8y7j7KKQMcKKVN35/0uy/cXnD4acuxCh84e5bc0pmYy0gxLhLF6C9Ahv8pls7HhA+jaoUBNXIgCb685w6EgrkaeGMx1vz7VfZo56viod/zZ7XCXg8o5s7vthKMtYLnuGIEl2DvBC3KKtGvl4RnzFVUcZcB5lHgLZozskcwuWFtqd/AgqdIVRzKc6KmRWo8TkE/qOV79MaUpKGONmLMQfsz01HMn4m/NAmu4J55kFgFYkrkwy+9c/3Z9Ytce7goOnyxYYd0fFfaSM8vJCl7oe8Zb3znK2atMmpQAfDwYBwUNe1jU="
docker_sets:
- set: ubuntu2204-64
collection: puppet7
- set: ubuntu2204-64
collection: puppet6
- set: ubuntu2004-64
collection: puppet7
- set: ubuntu2004-64
collection: puppet6
- set: ubuntu1804-64
collection: puppet7
- set: ubuntu1804-64
collection: puppet6
- set: ubuntu1604-64
collection: puppet7
- set: ubuntu1604-64
collection: puppet6
- set: debian11-64
collection: puppet7
- set: debian11-64
collection: puppet6
- set: debian10-64
collection: puppet7
- set: debian10-64
collection: puppet6
- set: debian9-64
collection: puppet7
- set: debian9-64
collection: puppet6
# - set: almalinux9-64
# collection: puppet7
# - set: almalinux9-64
# collection: puppet6
- set: almalinux8-64
collection: puppet7
- set: almalinux8-64
collection: puppet6
# - set: rockylinux9-64
# collection: puppet7
# - set: rockylinux9-64
# collection: puppet6
# - set: rockylinux8-64
# collection: puppet7
# - set: rockylinux8-64
# collection: puppet6
# - set: opensuse15-64
# collection: puppet7
# - set: opensuse15-64
# collection: puppet6
docker_defaults:
dist: focal
env: PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_HYPERVISOR=docker BEAKER_PUPPET_COLLECTION=@@COLLECTION@@ BEAKER_setfile=@@SET@@ BEAKER_TESTMODE=@@TESTMODE@@
branches:
- master
remove_branches:
- main
.pdkignore:
paths:
- /.editorconfig
Gemfile:
required:
':development':
- gem: 'puppet-lint-absolute_template_path'
- gem: 'puppet-lint-absolute_classname-check'
- gem: 'puppet-lint-alias-check'
- gem: 'puppet-lint-classes_and_types_beginning_with_digits-check'
- gem: 'puppet-lint-concatenated_template_files-check'
- gem: 'puppet-lint-file_ensure-check'
- gem: 'puppet-lint-file_source_rights-check'
- gem: 'puppet-lint-leading_zero-check'
- gem: 'puppet-lint-resource_reference_syntax'
- gem: 'puppet-lint-strict_indent-check'
- gem: 'puppet-lint-top_scope_facts-check'
- gem: 'puppet-lint-topscope-variable-check'
- gem: 'puppet-lint-trailing_comma-check'
- gem: 'puppet-lint-unquoted_string-check'
- gem: 'puppet-lint-variable_contains_upcase'
- gem: 'puppet-lint-version_comparison-check'
# https://github.com/puppetlabs/pdk-templates#enabling-beaker-system-tests
':system_tests':
- gem: 'puppet-module-posix-system-r#{minor_version}'
version: '~> 1.0'
platforms: ruby
- gem: 'puppet-module-win-system-r#{minor_version}'
version: '~> 1.0'
platforms:
- mswin
- mingw
- x64_mingw
- gem: 'beaker'
version: '~> 4.0'
- gem: 'beaker-hostgenerator'
- gem: 'beaker-puppet'
- gem: 'beaker-puppet_install_helper'
- gem: 'beaker-module_install_helper'
- gem: 'beaker-rspec'
- gem: 'beaker-docker'
Rakefile:
linter_fail_on_warnings: false
extra_disabled_lint_checks:
- 'documentation'
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true
spec/spec.opts:
delete: true
spec/spec_helper_local.rb:
delete: true
.project:
delete: true
locales/config.yaml:
copyright_holder: 'Rehan Mahmood'
comments_tag: 'TRANSLATOR'
bugs_address: 'https://github.com/rehanone'
default_locale: 'en'
source_files:
- './lib/**/*.rb'