Saltstack Official FirewallD 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 lines
274B

  1. sudo: required
  2. cache: bundler
  3. language: ruby
  4. services:
  5. - docker
  6. before_install:
  7. - bundle install
  8. env:
  9. matrix:
  10. - INSTANCE: default-debian-9
  11. - INSTANCE: default-ubuntu-1804
  12. - INSTANCE: default-centos-7
  13. script:
  14. - bundle exec kitchen verify ${INSTANCE}