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:
|
2018-08-22 00:55:53 +01:00
|
|
|
tmpdir: /tmp/saltstack-packages-formula-archives
|
2019-08-18 15:47:11 +01:00
|
|
|
rootuser: root
|
2018-02-12 08:16:03 -03:00
|
|
|
remote_pkgs: {}
|
|
|
|
pkgs:
|
2018-03-02 20:33:31 -03:00
|
|
|
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: []
|
2019-09-14 21:23:59 +02:00
|
|
|
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: []
|
2018-04-09 14:18:40 -04:00
|
|
|
classic: []
|
2018-03-13 14:36:11 +00:00
|
|
|
unwanted: []
|
|
|
|
required:
|
|
|
|
states: []
|
|
|
|
pkgs: []
|
2019-08-18 15:47:11 +01:00
|
|
|
golang:
|
|
|
|
goget: []
|
|
|
|
clean: []
|
2018-08-22 00:55:53 +01:00
|
|
|
archives:
|
2018-10-03 15:45:01 +01:00
|
|
|
pkgs:
|
|
|
|
required: ['curl', 'bzip2', 'gzip']
|
2019-02-21 14:47:30 +00:00
|
|
|
types: ['tar', 'zip', 'rar']
|
2019-12-08 01:49:38 +00:00
|
|
|
wanted: {} # note: dict
|
2018-08-22 00:55:53 +01:00
|
|
|
unwanted: []
|
|
|
|
required:
|
2019-12-08 01:49:38 +00:00
|
|
|
archives: {} # note: dict
|
2019-06-24 12:21:47 +01:00
|
|
|
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
|
2019-06-24 12:21:47 +01:00
|
|
|
interval: 60
|
|
|
|
splay: 10
|