Saltstack Official Syslog-NG Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 satır
863B

  1. # frozen_string_literal: true
  2. source ENV['PROXY_RUBYGEMSORG'] || 'https://rubygems.org'
  3. # Install the `inspec` gem using `git` because versions after `4.22.22`
  4. # suppress diff output; this version fixes this for our uses.
  5. # rubocop:disable Layout/LineLength
  6. gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec', branch: 'ssf'
  7. # rubocop:enable Layout/LineLength
  8. # Install the `kitchen-docker` gem using `git` in order to gain a performance
  9. # improvement: avoid package installations which are already covered by the
  10. # `salt-image-builder` (i.e. the pre-salted images that we're using)
  11. # rubocop:disable Layout/LineLength
  12. gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
  13. # rubocop:enable Layout/LineLength
  14. gem 'kitchen-inspec', '>= 2.5.0'
  15. gem 'kitchen-salt', '>= 0.7.2'