diff options
Diffstat (limited to 'manifests/utils/base.pp')
-rw-r--r-- | manifests/utils/base.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/base.pp b/manifests/utils/base.pp index b17e574..2762949 100644 --- a/manifests/utils/base.pp +++ b/manifests/utils/base.pp @@ -17,7 +17,6 @@ class nodo::utils::base { 'lsof', 'wipe', 'vrms', - 'nsca-client', 'uuid-runtime', 'multitail', 'bash-completion', @@ -32,6 +31,7 @@ class nodo::utils::base { 'logcheck-database', 'denyhosts', 'logwatch', + 'nsca-client', ]: ensure => absent, } |