Saltstack Official Syslog-NG Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
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'