aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index f7e80b8..fa6eaa9 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -17,6 +17,10 @@ class nodo::base {
#class { 'nodo::subsystem::hosts': }
class { 'nodo::subsystem::motd': }
+ # Syslog facility
+ include rsyslog
+ class { 'syslog-ng::vserver': ensure => absent; }
+
# Common utilities
include nodo::utils