File: .sync.yml

package info (click to toggle)
puppet-module-voxpupuli-elasticsearch 9.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,496 kB
  • sloc: ruby: 9,906; sh: 392; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
.puppet-lint.rc:
  enabled_lint_checks:
    - parameter_documentation
    - parameter_types
Gemfile:
  optional:
    ':test':
      - gem: bcrypt
      - gem: webmock
    ':system_tests':
      - gem: bcrypt
      - gem: rspec-retry
      - gem: simp-beaker-helpers
spec/spec_helper.rb:
  hiera_config: "'spec/fixtures/hiera.yaml'"
spec/spec_helper_acceptance.rb:
  unmanaged: false