rhel9: drop mailx and telnet
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a02e57944f
commit
544b6770f8
1 changed files with 2 additions and 2 deletions
|
@ -65,10 +65,10 @@ httpd_maxrequestworkers: 256
|
||||||
|
|
||||||
# Set a default hostname base to transient. Override in host vars or command line.
|
# Set a default hostname base to transient. Override in host vars or command line.
|
||||||
hostbase: transient
|
hostbase: transient
|
||||||
global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
global_pkgs_inst: ['bind-utils', 'nc', 'openssh-clients',
|
||||||
'patch', 'postfix', 'rsync', 'strace',
|
'patch', 'postfix', 'rsync', 'strace',
|
||||||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
||||||
'bash-completion', 'telnet',
|
'bash-completion',
|
||||||
'atop', 'htop', 'rsyslog' ]
|
'atop', 'htop', 'rsyslog' ]
|
||||||
# Set up variables for various files to make sure we don't forget to use.
|
# Set up variables for various files to make sure we don't forget to use.
|
||||||
repoSpanner_rpms_http: 8445
|
repoSpanner_rpms_http: 8445
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue