aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-02 14:40:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-02 14:40:35 -0300
commit9b7a91d07eb6086c5ba4a30d7e26b8178381965e (patch)
treea5e769c46c792376e1382a5f771cedf0f66f2516 /manifests/base.pp
parent4e158b1c520e4049e7ccd70c8c642c63115a2c81 (diff)
downloadpuppet-nodo-9b7a91d07eb6086c5ba4a30d7e26b8178381965e.tar.gz
puppet-nodo-9b7a91d07eb6086c5ba4a30d7e26b8178381965e.tar.bz2
Replace syslog-ng by rsyslog
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