Saltstack Official Syslog-NG Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

15 lines
635B

  1. # frozen_string_literal: true
  2. source 'https://rubygems.org'
  3. # Use the latest version of `inspec` prior to `4.23.4`, which introduces a
  4. # regression where the diff isn't displayed when comparing using `eq`.
  5. gem 'inspec', '~> 4.22.22'
  6. # Install the `kitchen-docker` gem using `git` because the latest version
  7. # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
  8. # rubocop:disable Layout/LineLength
  9. gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
  10. # rubocop:enable Layout/LineLength
  11. gem 'kitchen-inspec', '>= 2.2.1'
  12. gem 'kitchen-salt', '>= 0.6.3'