(MODULES-6452) - PDK Convert apt
[puppet-modules/puppetlabs-apt.git] / .sync.yml
1 ---
2 appveyor.yml:
3   environment:
4   PUPPET_GEM_VERSION: "~> 4.0"
5   matrix:
6     - RUBY_VERSION: 24-x64
7       CHECK: "syntax lint"
8     - RUBY_VERSION: 24-x64
9       CHECK: metadata_lint
10     - RUBY_VERSION: 24-x64
11       CHECK: rubocop
12
13 .travis.yml:
14   bundle_args: --without system_tests
15   docker_sets:
16     - set: docker/debian-8
17       options:
18     - set: docker/ubuntu-14.04
19       options:
20   docker_defaults:
21     bundler_args: ""
22   secure: ""
23   branches:
24     - release
25   extras:
26     - rvm: 2.1.9
27       script: "\"bundle exec rake release_checks\""
28
29 Gemfile:
30   required:
31     ':system_tests':
32       - gem: 'puppet-module-posix-system-r#{minor_version}'
33         platforms: ruby
34       - gem: 'puppet-module-win-system-r#{minor_version}'
35         platforms:
36           - mswin
37           - mingw
38           - x64_mingw
39       - gem: beaker
40         version: '~> 3.13'
41         from_env: BEAKER_VERSION
42       - gem: beaker-abs
43         from_env: BEAKER_ABS_VERSION
44         version: '~> 0.1'
45       - gem: beaker-pe
46       - gem: beaker-hostgenerator
47         from_env: BEAKER_HOSTGENERATOR_VERSION
48       - gem: beaker-rspec
49         from_env: BEAKER_RSPEC_VERSION
50     ':development':
51       - gem: puppet-blacksmith
52         version: '~> 3.4'
53
54 Rakefile:
55   requires:
56     - puppet_blacksmith/rake_tasks