forked from puppetlabs/puppetlabs-puppet_agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
61 lines (61 loc) · 1.59 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
---
.rubocop.yml:
default_configs:
Layout/LineLength:
Max: 260
RSpec/NamedSubject:
Enabled: false
RSpec/SubjectStub:
Enabled: false
Gemfile:
optional:
":development":
- gem: beaker
version: '~> 4.30'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
version: '~> 0.9'
- gem: beaker-docker
version: '~> 0.3'
- gem: beaker-pe
- gem: beaker-hostgenerator
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION
- gem: beaker-puppet
from_env: BEAKER_PUPPET_VERSION
version: '~> 1.22'
- gem: github_changelog_generator
version: '= 1.16.4'
- gem: beaker-module_install_helper
- gem: concurrent-ruby
version: '= 1.1.10'
- gem: beaker-puppet_install_helper
- gem: nokogiri
- gem: 'bolt'
version: '~> 3.0'
condition: 'ENV["GEM_BOLT"]'
- gem: 'beaker-task_helper'
version: '~> 1.9'
condition: 'ENV["GEM_BOLT"]'
- gem: async
version: '~> 1.30' # otherwise async 2.0.0(needs ruby >=3.1.0) is wrongly selected by bundler on jenkins while running with ruby 2.7.1
- gem: puppet_litmus
version: '0.34.5'
appveyor.yml:
delete: true
.travis.yml:
delete: true
.github/workflows/auto_release.yml:
unmanaged: false
.github/workflows/release.yml:
unmanaged: false
.gitlab-ci.yml:
delete: true
spec/default_facts.yml:
delete: true
spec/spec_helper.rb:
unmanaged: true
Rakefile:
changelog_since_tag: 'v4.13.0'