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.
|
- stages:
- - test
-
- sudo: required
- cache: bundler
- language: ruby
-
- services:
- - docker
-
- install:
- - bundle install
-
- env:
- matrix:
- - INSTANCE: default-debian-9-2019-2-py3
- - INSTANCE: default-ubuntu-1804-2019-2-py3
- - INSTANCE: default-centos-7-2019-2-py2
-
- script:
- - bundle exec kitchen verify ${INSTANCE}
|