-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools-extra.sls
More file actions
89 lines (73 loc) · 820 Bytes
/
tools-extra.sls
File metadata and controls
89 lines (73 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# text utils
#
# convert line endings
tofrodos:
pkg.installed
# encoding conversion
recode:
pkg.installed
#
# terminal
#
screen:
pkg.installed
tmux:
pkg.installed
#
# archive tools
#
zip:
pkg.installed
unzip:
pkg.installed
zlib1g:
pkg.installed
zlib1g-dev:
pkg.installed
lzma:
pkg.installed
#
# encryption tools
#
gnupg2:
pkg.installed
openssl:
pkg.installed
{% if grains.osmajorrelease < 9 %}
openssl-blacklist:
pkg.installed
{% endif %}
#
# languages
#
ruby:
pkg.installed
#
# network tools
#
whois:
pkg.installed
netcat-openbsd:
pkg.installed
ngrep:
pkg.installed
tcpdump:
pkg.installed
nload:
pkg.installed
telnet:
pkg.installed
#tcpd:
# pkg.installed
nmap:
pkg.installed
ipcalc:
pkg.installed
#
# versioning
#
git:
pkg.installed
patch:
pkg.installed