-
Notifications
You must be signed in to change notification settings - Fork 17
/
.sync.yml
49 lines (49 loc) · 1.28 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
---
".gitignore":
paths:
- spec/fixtures/acceptance-credentials.conf
- spec/fixtures/acceptance-device.conf
- spec/fixtures/config-acceptance.xml
- spec/fixtures/config-reset.xml
".gitlab-ci.yml":
delete: true
".pdkignore":
paths:
- spec/fixtures/acceptance-credentials.conf
- spec/fixtures/acceptance-device.conf
- spec/fixtures/config-acceptance.xml
- spec/fixtures/config-reset.xml
appveyor.yml:
delete: true
Gemfile:
optional:
":development":
- gem: webmock
- gem: builder
version: "~> 3.2.2"
- gem: puppet-strings
git: https://github.com/puppetlabs/puppet-strings.git
ref: main
- gem: puppet-resource_api
version: ">= 1.8.1"
from_env: RSAPI_GEM_VERSION
- gem: beaker-hostgenerator
version: "~> 1.1.15"
- gem: bolt
- gem: github_changelog_generator
git: https://github.com/skywinder/github-changelog-generator
ref: 20ee04ba1234e9e83eb2ffb5056e23d641c7a018
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
Rakefile:
changelog_user: puppetlabs
requires:
- puppet-strings/tasks
spec/spec_helper.rb:
mock_with: ":rspec"
spec_overrides:
- require 'webmock/rspec'
coverage_report: true
.gitpod.Dockerfile:
unmanaged: false
.gitpod.yml:
unmanaged: false