diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-04-06 17:06:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-04-06 17:06:45 -0300 |
commit | 022c5f140e0034e401c0820680252ee38d9c4f2d (patch) | |
tree | 6788437f380b6002530066c0c7263de2c6e348af | |
parent | bee146f8085c452e7bfe4cc05a18c23c984d2d60 (diff) | |
download | puppet-nodo-022c5f140e0034e401c0820680252ee38d9c4f2d.tar.gz puppet-nodo-022c5f140e0034e401c0820680252ee38d9c4f2d.tar.bz2 |
Manage nethogs package
-rw-r--r-- | manifests/utils.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index bcd53b3..8560e85 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -5,7 +5,8 @@ class nodo::utils inherits nodo::utils::base { 'gcp', 'vim-nox', 'needrestart', - clog, + 'clog', + 'nethogs', #debian-goodies, # Lets bring the power of JSON into UNIX # See https://blog.fluxo.info/suckless/cli |