forked from puppetlabs-toy-chest/puppetlabs-dsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sync.yml
70 lines (70 loc) · 1.72 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
---
.travis.yml:
script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\""
extras:
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="3.7.0"
Gemfile:
supports_windows: true
required:
':development':
- gem: rake
version: '~>10.1'
- gem: rspec
version: '~>3.0'
- gem: puppet-lint
- gem: puppetlabs_spec_helper
version: '~>0.10.3'
- gem: puppet_facts
- gem: mocha
version: '~>0.10.5'
- gem: pry
- gem: puppet-blacksmith
- gem: mime-types
version: '~>2.99'
':system_tests':
- gem: beaker
- gem: master_manipulator
version: '~> 1.2'
':build':
- gem: cim
- gem: mof
git: 'https://github.com/puppetlabs/mof.git'
ref: 'f50581901c53ff6a40c54b72ef5f4fcaed9679a1'
- gem: charlock_holmes
- gem: iconv
version: '~> 1.0.4'
condition: "RUBY_VERSION >= '2.0'"
Rakefile:
unmanaged: true
spec/spec_helper.rb:
unmanaged: true
.gitignore:
paths:
- 'bin'
- 'import'
- '.tmp'
- '.rbenv-gemsets'
- '.ruby-version'
- '*.lock'
- 'vendor/'
appveyor.yml:
appveyor_bundle_install: "bundle install --jobs 4 --retry 2 --without system_tests build"
matrix_extras:
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 193
- PUPPET_GEM_VERSION: 3.7.0
RUBY_VER: 200-x64
test_script:
- 'bundle exec rspec spec/unit spec/integration -fd -b'
MAINTAINERS.md:
maintainers:
- "Puppet Windows Team `windows |at| puppet |dot| com`"
NOTICE:
copyright_holders:
- name: 'Marc Sutter, original author'
begin: 2014
end: 2015
- name: 'Puppet, Inc.'
begin: 2015
end: 'latest'