packages-formula/test/salt/pillar/opensuse.sls

34 lines
745 B
YAML

# -*- coding: utf-8 -*-
# vim: ft=yaml
---
packages:
pkgs:
wanted:
- git
- less
- bc
- curl
- fail2ban
unwanted:
- avahi-daemon
required:
pkgs:
- git
# Not testing pips in opensuse because it requires upgrading a bunch of
# pip dependencies which are out of the scope of this formula.
# If you can provide a PR to fix this tests, you're welcomed!
# pips:
gems:
wanted:
- progressbar
- minitest
unwanted:
- diff-lcs
- kitchen-vagrant
- kwalify
# remote_pkgs:
# zoom: 'https://zoom.us/client/latest/zoom_openSUSE_x86_64.rpm'
# Override the default setting to prevent wasteful delays in Travis
retry_options:
attempts: 1