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.

22 line
317B

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