This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
.sync.yml
72 lines (72 loc) · 1.86 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
---
".gitignore":
paths:
- import
- "!build/vendor/"
".gitlab-ci.yml":
delete: true
".rubocop.yml":
default_configs:
inherit_from: ".rubocop_todo.yml"
require:
- rubocop-i18n
- rubocop-rspec
AllCops:
Exclude:
- lib/puppet/type/*
- lib/puppet_x/puppetlabs/*powershell*
- spec/unit/puppet/type/*
- spec/integration/**/*
- spec/unit/puppet_x/puppetlabs/powershell_version_spec.rb
Include:
- lib/puppet/type/base_dsc.rb
- spec/unit/puppet/type/base_dsc_spec.rb
".travis.yml":
global_env:
- HONEYCOMB_WRITEKEY="7f3c63a70eecc61d635917de46bea4e6",HONEYCOMB_DATASET="litmus tests"
deploy_to_forge:
enabled: false
simplecov: true
appveyor.yml:
unmanaged: true
Gemfile:
required:
":system_tests":
- gem: puppet-module-posix-system-r#{minor_version}
platforms: ruby
- gem: puppet-module-win-system-r#{minor_version}
platforms:
- mswin
- mingw
- x64_mingw
- gem: beaker-testmode_switcher
version: "~> 0.4"
- gem: master_manipulator
- gem: puppet-blacksmith
version: "~> 3.4"
optional:
":build":
- gem: cim
- gem: mof
git: https://github.com/puppetlabs/mof.git
ref: f50581901c53ff6a40c54b72ef5f4fcaed9679a1
- gem: charlock_holmes
- gem: iconv
version: "~> 1.0.4"
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.0')
":development":
- gem: rspec-puppet
platforms:
- mswin
- mingw
- x64_mingw
version: "< 2.6.0"
- 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:
unmanaged: true
spec/spec_helper.rb:
unmanaged: true
coverage_report: true