mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 01:30:22 +00:00
94 lines
1.4 KiB
YAML
94 lines
1.4 KiB
YAML
# yamllint disable rule:indentation rule:line-length
|
|
# Gentoo-2
|
|
---
|
|
values:
|
|
archives:
|
|
pkgs:
|
|
required:
|
|
- curl
|
|
- bzip2
|
|
- gzip
|
|
required:
|
|
archives: {}
|
|
types:
|
|
- tar
|
|
- zip
|
|
- rar
|
|
unwanted: []
|
|
wanted: {}
|
|
chocolatey:
|
|
required:
|
|
pkgs: []
|
|
states: []
|
|
unwanted: []
|
|
wanted: []
|
|
gems:
|
|
required:
|
|
pkgs: []
|
|
states: []
|
|
unwanted:
|
|
- diff-lcs
|
|
- kitchen-vagrant
|
|
- kwalify
|
|
wanted:
|
|
- progressbar
|
|
- minitest
|
|
golang:
|
|
clean: []
|
|
goget: []
|
|
kernel: linux
|
|
npms:
|
|
required:
|
|
pkgs: []
|
|
states: []
|
|
unwanted: []
|
|
wanted: []
|
|
pips:
|
|
config: []
|
|
required:
|
|
pkgs: []
|
|
states: []
|
|
unwanted:
|
|
- campbel
|
|
- reverse_geocode
|
|
- indy-crypto
|
|
wanted: []
|
|
pkgs:
|
|
held:
|
|
- app-arch/alien
|
|
- sys-process/iotop
|
|
required:
|
|
pkgs:
|
|
- dev-vcs/git
|
|
states: []
|
|
unwanted:
|
|
- net-dns/avahi
|
|
wanted:
|
|
- net-analyzer/netcat
|
|
- dev-lang/ruby
|
|
- dev-vcs/git
|
|
- sys-apps/less
|
|
- sys-devel/bc
|
|
- net-misc/curl
|
|
remote_pkgs: {}
|
|
retry_options:
|
|
attempts: 1
|
|
interval: 60
|
|
splay: 10
|
|
until: true
|
|
rootuser: root
|
|
snaps:
|
|
classic: []
|
|
collides: []
|
|
packages:
|
|
- snapd
|
|
- fuse
|
|
required:
|
|
pkgs: []
|
|
states: []
|
|
service:
|
|
- snapd
|
|
symlink: false
|
|
unwanted: []
|
|
wanted: []
|
|
tmpdir: /tmp/saltstack-packages-formula-archives
|