File: .sync.yml

package info (click to toggle)
puppet-module-puppetlabs-haproxy 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: ruby: 3,088; sh: 15; makefile: 12
file content (60 lines) | stat: -rw-r--r-- 1,346 bytes parent folder | download | duplicates (3)
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
---
appveyor.yml:
  environment:
  PUPPET_GEM_VERSION: "~> 4.0"
  matrix:
    - RUBY_VERSION: 24-x64
      CHECK: "syntax lint"
    - RUBY_VERSION: 24-x64
      CHECK: metadata_lint
    - RUBY_VERSION: 24-x64
      CHECK: rubocop

.travis.yml:
  bundle_args: --without system_tests
  docker_sets:
    - set: docker/centos-7
      options:
    - set: docker/ubuntu-14.04
      options:
  docker_defaults:
    bundler_args: ""
  secure: ""
  branches:
    - release
  extras:
    - rvm: 2.1.9
      script: "\"bundle exec rake release_checks\""

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
        version: '~> 3.13'
        from_env: BEAKER_VERSION
      - gem: beaker-abs
        from_env: BEAKER_ABS_VERSION
        version: '~> 0.1'
      - gem: beaker-pe
      - gem: beaker-hostgenerator
        from_env: BEAKER_HOSTGENERATOR_VERSION
      - gem: beaker-rspec
        from_env: BEAKER_RSPEC_VERSION
    ':development':
      - gem: puppet-blacksmith
        version: '~> 3.4'

Rakefile:
  requires:
    - puppet_blacksmith/rake_tasks

.rubocop.yml:
  default_configs:
    inherit_from: .rubocop_todo.yml