aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-16 13:32:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-16 13:32:27 -0300
commitc18f31cf8b37db0ff3c33ff4b360e29b5e211c04 (patch)
tree95c7dcf6e05f12099e039da8ac0ebb02c5ee6467
parent77c7b18905c8dbdba0d5c916b3c578b732631378 (diff)
downloadpuppet-nodo-c18f31cf8b37db0ff3c33ff4b360e29b5e211c04.tar.gz
puppet-nodo-c18f31cf8b37db0ff3c33ff4b360e29b5e211c04.tar.bz2
Removes syslog-ng
-rw-r--r--manifests/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index fa6eaa9..4ad5d11 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -19,7 +19,6 @@ class nodo::base {
# Syslog facility
include rsyslog
- class { 'syslog-ng::vserver': ensure => absent; }
# Common utilities
include nodo::utils