From 9b7a91d07eb6086c5ba4a30d7e26b8178381965e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 2 Jun 2016 14:40:35 -0300 Subject: Replace syslog-ng by rsyslog --- manifests/base.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/base.pp') 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 -- cgit v1.2.3