packages-formula/packages/defaults.yaml

68 lines
1.2 KiB
YAML
Raw Normal View History

2018-02-12 08:16:03 -03:00
# -*- coding: utf-8 -*-
# vim: ft=yaml
2019-12-08 01:49:38 +00:00
---
2018-02-12 08:16:03 -03:00
packages:
tmpdir: /tmp/saltstack-packages-formula-archives
rootuser: root
2018-02-12 08:16:03 -03:00
remote_pkgs: {}
pkgs:
held: {}
2018-02-12 08:16:03 -03:00
wanted: []
unwanted: []
required:
states: []
pkgs: []
pips:
wanted: []
unwanted: []
2019-03-02 13:57:16 +00:00
config: []
2018-02-12 08:16:03 -03:00
required:
states: []
pkgs: []
gems:
wanted: []
unwanted: []
required:
states: []
pkgs: []
chocolatey:
wanted: []
unwanted: []
required:
states: []
pkgs: []
2019-03-10 09:18:39 -03:00
npms:
wanted: []
unwanted: []
required:
states: []
pkgs: []
2018-03-13 14:36:11 +00:00
snaps:
2019-12-08 01:49:38 +00:00
packages: ['snapd', 'fuse']
2018-03-13 16:35:00 +00:00
collides: []
2019-12-08 01:49:38 +00:00
symlink: false
service: ['snapd']
2018-03-13 14:36:11 +00:00
wanted: []
classic: []
2018-03-13 14:36:11 +00:00
unwanted: []
required:
states: []
pkgs: []
golang:
goget: []
clean: []
archives:
pkgs:
required: ['curl', 'bzip2', 'gzip']
types: ['tar', 'zip', 'rar']
2019-12-08 01:49:38 +00:00
wanted: {} # note: dict
unwanted: []
required:
2019-12-08 01:49:38 +00:00
archives: {} # note: dict
retry_options:
# https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-states
attempts: 3
2019-12-08 01:49:38 +00:00
until: true
interval: 60
splay: 10