On May 7, 2013, at 9:28 AM, Dan Olson <[email protected]> wrote:
>> Look at it the other way around: Since there is another tool that can
>> do the
>> same + some more, why would you keep both of them?
>
> For your own environment, sure - you only need the one you use.
>
> These utilities are tools that made their way into lots of user's toolboxes.
>
> I get quite frustrated when I find a system missing basic utilities like
> traceroute, iostat, vmstat, telnet..
>
> Configuration management fixes this in my own environment. It's unfortunate
> distro maintainers have decided to
> drop some of these basic utilities from the default server install package
> selections.
Quite-- I'm on board with this in a big way. Salt says that my (personal)
systems must all have:
system-pkgs:
pkg:
- installed
- names:
- sysstat
- strace
- sudo
- subversion
#Sane, but only with a VPN thrown into the mix.
- mosh
# Screen? Tmux? Why not both!
- screen
- tmux
- wget
- rsync
- telnet
- mr
- zsh
- w3m
- elinks
- colordiff
- file
- mercurial
- tcpdump
- nagios-plugins
{% if grains['os'] == 'Ubuntu' %}
- vim
- bind9utils
- git-core
{% endif %}
{% if grains['os'] == 'CentOS' %}
- yum-plugin-priorities
- bind-utils
- vim-enhanced
- git
{% endif %}
_______________________________________________
Discuss mailing list
[email protected]
https://lists.lopsa.org/cgi-bin/mailman/listinfo/discuss
This list provided by the League of Professional System Administrators
http://lopsa.org/