Saltstack Official Syslog-NG Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

13 rindas
528B

  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 from GitHub because the latest version
  7. # currently available (`2.10.0`) doesn't include a recent fix for Gentoo.
  8. gem 'kitchen-docker', github: 'test-kitchen/kitchen-docker', ref: '41e80fe'
  9. gem 'kitchen-inspec', '>= 2.2.1'
  10. gem 'kitchen-salt', '>= 0.6.3'