-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.sync.yml
More file actions
29 lines (29 loc) · 753 Bytes
/
.sync.yml
File metadata and controls
29 lines (29 loc) · 753 Bytes
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
# This file can be used to customize the files managed by PDK.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/README.md
# for more information.
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
---
'.gitlab-ci.yml':
delete: true
appveyor.yml:
delete: true
'.travis.yml':
delete: true
'spec/spec_helper.rb':
strict_level: ':error'
Rakefile:
requires:
- 'voxpupuli/acceptance/rake'
changelog_user: jay7x
Gemfile:
required:
':system_tests':
- gem: voxpupuli-acceptance
optional:
':development':
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"