aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-09-23 17:49:56 -0300
commit0f83c2aebe89b53a939c2f437f827bfe9e90e02c (patch)
treef3e5a32341d07f9201d3751ba0a5026ed15b0e36 /manifests/utils/base.pp
parent4a880ad141c8deefb41549e5e79c868303e1c296 (diff)
downloadpuppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.gz
puppet-nodo-0f83c2aebe89b53a939c2f437f827bfe9e90e02c.tar.bz2
Utils: reorder and cleanup
Diffstat (limited to 'manifests/utils/base.pp')
-rw-r--r--manifests/utils/base.pp2
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,
}