test(arch): test initial configuration

This commit is contained in:
Imran Iqbal 2019-10-03 22:39:57 +01:00
parent 8e75c9d5c0
commit 702e8c32bf
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
2 changed files with 39 additions and 0 deletions

View file

@ -35,6 +35,11 @@ when 'suse'
platform_packages = %w()
held_packages = {}
lock_file = ''
# Adding empty Arch entries, to get tests passing
when 'arch'
platform_packages = %w()
held_packages = {}
lock_file = ''
when 'debian'
platform_packages = %w()
held_packages = {

View file

@ -0,0 +1,34 @@
packages:
pkgs:
held:
- alien
- iotop
wanted:
- git
- less
- bc
- curl
- fail2ban
unwanted:
- avahi-daemon
required:
pkgs:
- git
- yum-plugin-versionlock
pips:
wanted:
- attrs
unwanted:
- campbel
- reverse_geocode
- indy-crypto
gems:
wanted:
- progressbar
- minitest
unwanted:
- diff-lcs
- kitchen-vagrant
- kwalify
remote_pkgs:
zoom: 'https://zoom.us/client/latest/zoom_x86_64.rpm'