2018-02-12 08:16:03 -03:00
|
|
|
packages:
|
|
|
|
pkgs:
|
2018-03-06 18:27:16 -03:00
|
|
|
# A dict of "package: version" pairs:
|
2018-03-02 20:33:31 -03:00
|
|
|
held:
|
|
|
|
alien: 8.95
|
|
|
|
iotop: 0.6-2
|
2018-03-06 18:27:16 -03:00
|
|
|
|
|
|
|
# Alternativelly, held packages can also be specified as a list with
|
|
|
|
# no versions. In this case, the package will be held in the installed
|
|
|
|
# version.
|
|
|
|
# held:
|
|
|
|
# - alien
|
|
|
|
# - iotop
|
2018-02-12 08:16:03 -03:00
|
|
|
wanted:
|
|
|
|
- git
|
|
|
|
- less
|
|
|
|
- bc
|
|
|
|
- curl
|
|
|
|
- fail2ban
|
|
|
|
unwanted:
|
|
|
|
- avahi-daemon
|
|
|
|
required:
|
|
|
|
pkgs:
|
2018-08-22 00:55:53 +01:00
|
|
|
- wget
|
2018-02-12 08:16:03 -03:00
|
|
|
- git
|
|
|
|
pips:
|
2019-03-05 23:19:24 -03:00
|
|
|
required:
|
|
|
|
pkgs:
|
|
|
|
# Pillar parameters have precedence so, if you add a package here, you
|
|
|
|
# should also add the python pip package you want. Otherwise, the formula
|
|
|
|
# will take care of getting it if needed.
|
|
|
|
- libpython2.7-dev
|
|
|
|
- python-pip
|
2018-02-12 08:16:03 -03:00
|
|
|
wanted:
|
|
|
|
- dxpy
|
2018-06-29 15:44:03 +03:00
|
|
|
- attrs
|
2018-02-12 08:16:03 -03:00
|
|
|
unwanted:
|
|
|
|
- campbel
|
|
|
|
- reverse_geocode
|
|
|
|
- indy-crypto
|
2019-02-13 17:52:49 +01:00
|
|
|
config:
|
|
|
|
global:
|
|
|
|
timeout: 120
|
|
|
|
default-timeout: 120
|
2019-03-05 20:09:05 -03:00
|
|
|
# proxy: http://proxy.example.com:3128
|
2019-03-10 09:18:39 -03:00
|
|
|
|
2018-02-12 08:16:03 -03:00
|
|
|
gems:
|
|
|
|
wanted:
|
|
|
|
- progressbar
|
2018-06-29 15:44:03 +03:00
|
|
|
- minitest
|
2018-02-12 08:16:03 -03:00
|
|
|
unwanted:
|
|
|
|
- diff-lcs
|
|
|
|
- kitchen-vagrant
|
|
|
|
- kwalify
|
2019-03-10 09:18:39 -03:00
|
|
|
|
2018-03-13 14:36:11 +00:00
|
|
|
snaps:
|
|
|
|
wanted:
|
|
|
|
- hello-world
|
2018-04-09 14:18:40 -04:00
|
|
|
classic:
|
2018-04-15 13:26:44 -04:00
|
|
|
- test-snapd-hello-classic
|
2018-03-13 14:36:11 +00:00
|
|
|
unwanted:
|
|
|
|
- goodbye-world
|
2019-03-10 09:18:39 -03:00
|
|
|
|
2019-08-18 15:47:11 +01:00
|
|
|
golang:
|
|
|
|
goget:
|
|
|
|
- github.com/golang/example/hello
|
|
|
|
- github.com/golang/example/outyet
|
|
|
|
clean:
|
|
|
|
- github.com/golang/example/hello
|
|
|
|
- github.com/golang/example/outyet
|
|
|
|
|
2019-03-10 09:18:39 -03:00
|
|
|
npms:
|
2019-03-10 23:36:03 -03:00
|
|
|
dir: /home/kitchen/npms # The target directory in which to install the package, or None for global installation
|
|
|
|
user: kitchen # The user to run NPM with (and to assign to `dir`)
|
|
|
|
group: kitchen # The group to assign to `dir`
|
|
|
|
mode: 0755 # The permissions to assign to `dir`
|
2019-03-10 22:21:43 -03:00
|
|
|
# registry: None # The NPM registry from which to install the package
|
|
|
|
# env: None # A list of environment variables to be set prior to execution
|
|
|
|
# force_reinstall: False # Install the package even if it is already installed
|
2019-03-10 09:18:39 -03:00
|
|
|
required:
|
2019-03-10 22:47:54 -03:00
|
|
|
states:
|
|
|
|
- node.pkg
|
2019-03-10 09:18:39 -03:00
|
|
|
wanted:
|
2019-03-10 22:21:43 -03:00
|
|
|
# Valid formats:
|
|
|
|
#
|
|
|
|
# @google-cloud/bigquery@^0.9.6
|
|
|
|
# @foobar
|
|
|
|
# buffer-equal-constant-time@1.0.1
|
|
|
|
# coffee-script
|
2019-03-11 08:07:38 -03:00
|
|
|
# You need to quote the package if it starts with '@'
|
|
|
|
- '@davidodio/hello@2.3.0'
|
2019-03-10 09:18:39 -03:00
|
|
|
- hello-world-npm
|
|
|
|
- sax
|
2019-03-10 22:21:43 -03:00
|
|
|
- coffee-script@1.0.1
|
2019-03-10 09:18:39 -03:00
|
|
|
unwanted:
|
|
|
|
- gist
|
|
|
|
|
2018-08-22 00:55:53 +01:00
|
|
|
archives:
|
|
|
|
wanted:
|
|
|
|
terminator:
|
2018-09-18 10:27:07 +01:00
|
|
|
dest: /usr/local/terminator/
|
2018-08-22 00:55:53 +01:00
|
|
|
options: '--strip-components=1' #recommended option, but beware tarbombs
|
|
|
|
dl:
|
|
|
|
format: tar
|
|
|
|
source: https://launchpad.net/terminator/gtk3/1.91/+download/terminator-1.91.tar.gz
|
|
|
|
#hashurl: https://launchpad.net/terminator/gtk3/1.91/+download/terminator-1.91.tar.gz/+md5
|
|
|
|
hashsum: md5=2eed999d7a41f2e18eaa511bbbf80f58
|
|
|
|
phantomjs:
|
2018-09-18 10:27:07 +01:00
|
|
|
dest: /usr/local/src/ #beware tarbombs
|
2018-08-22 00:55:53 +01:00
|
|
|
user: root
|
|
|
|
mode: '0700'
|
|
|
|
dl:
|
|
|
|
format: tar
|
|
|
|
source: https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
|
|
|
|
hashsum: md5=1c947d57fce2f21ce0b43fe2ed7cd361
|
2018-09-18 10:27:07 +01:00
|
|
|
blockbox:
|
|
|
|
dest: /usr/local/src/
|
|
|
|
dl:
|
|
|
|
format: raw
|
|
|
|
source: https://raw.githubusercontent.com/openstack/cinder/master/contrib/block-box/docker-compose.yml
|
|
|
|
hashsum: 1751f8e4f6b4cddd8c4843a0f4473274
|
|
|
|
kubectl:
|
|
|
|
dest: /usr/local/bin
|
|
|
|
dl:
|
|
|
|
format: bin
|
|
|
|
source: https://storage.googleapis.com/kubernetes-release/release/v1.12.0/bin/darwin/amd64/kubectl
|
2018-08-22 00:55:53 +01:00
|
|
|
unwanted:
|
|
|
|
- /usr/local/boring_archive_software
|
2018-03-13 14:36:11 +00:00
|
|
|
|
2018-02-12 08:16:03 -03:00
|
|
|
remote_pkgs:
|
|
|
|
zoom: 'https://zoom.us/client/latest/zoom_amd64.deb'
|
|
|
|
|
2019-06-24 12:21:47 +01:00
|
|
|
retry_options:
|
|
|
|
# https://docs.saltstack.com/en/latest/ref/states/requisites.html#retrying-states
|
|
|
|
attempts: 5
|
|
|
|
until: True
|
|
|
|
interval: 30
|
|
|
|
splay: 20
|