Common Module - Add tcpdump and net-utils if centos

This commit is contained in:
Mike Reeves
2018-11-28 14:33:46 -05:00
parent 83f6938959
commit 742843a675

View File

@@ -39,6 +39,9 @@ sensorpkgs:
{% if grains['os'] != 'CentOS' %}
- python-docker
- python-m2crypto
{% else %}
- net-utils
- tcpdump
{% endif %}
# Always keep these packages up to date