Saltstack Official Syslog-NG Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 7 roky
12345678910111213141516171819
  1. # frozen_string_literal: true
  2. source ENV.fetch('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'