mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
test(arch): test initial configuration
This commit is contained in:
parent
8e75c9d5c0
commit
702e8c32bf
2 changed files with 39 additions and 0 deletions
|
@ -35,6 +35,11 @@ when 'suse'
|
||||||
platform_packages = %w()
|
platform_packages = %w()
|
||||||
held_packages = {}
|
held_packages = {}
|
||||||
lock_file = ''
|
lock_file = ''
|
||||||
|
# Adding empty Arch entries, to get tests passing
|
||||||
|
when 'arch'
|
||||||
|
platform_packages = %w()
|
||||||
|
held_packages = {}
|
||||||
|
lock_file = ''
|
||||||
when 'debian'
|
when 'debian'
|
||||||
platform_packages = %w()
|
platform_packages = %w()
|
||||||
held_packages = {
|
held_packages = {
|
||||||
|
|
34
test/salt/pillar/pillar.example.arch
Normal file
34
test/salt/pillar/pillar.example.arch
Normal 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'
|
Loading…
Add table
Reference in a new issue