forked from puppetlabs/puppetlabs-chocolatey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sync.yml
54 lines (53 loc) · 1.08 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
---
.gitignore:
paths:
- "*.orig"
- "*.bak"
- "*.old"
- "*.gem"
- "*.rbc"
- ".rspec_system"
- ".vagrant"
- ".yardoc"
- "InstalledFiles"
- "_yardoc"
- "coverage"
- "doc/"
- "lib/bundler/man"
- "pkg"
- "vendor/"
- "rdoc"
- "spec/reports"
- "test/version_tmp"
- "tmp"
- "/.idea/"
- "/.vscode/"
- ".config"
Gemfile:
optional:
':system_tests':
- gem: beaker-windows
version: '~> 0.6'
Rakefile:
unmanaged: true
spec/spec_helper.rb:
unmanaged: true
appveyor.yml:
matrix_extras:
- PUPPET_GEM_VERSION: 4.2.3
RUBY_VER: 21-x64
test_script:
- 'bundle exec rspec spec/unit -fd -b'
MAINTAINERS.md:
maintainers:
- "Puppet Windows Team `windows |at| puppet |dot| com`"
NOTICE:
copyright_holders:
- name: 'Rich Siegel, Paul Morgan'
begin: 2012
end: 2014
- name: 'RealDimensions Software, LLC & original authors/contributors from https://github.com/chocolatey/puppet-chocolatey'
begin: 2014
end: 2016
- name: 'Puppet, Inc.'
begin: 2016