diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 13:32:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-16 13:32:27 -0300 |
commit | c18f31cf8b37db0ff3c33ff4b360e29b5e211c04 (patch) | |
tree | 95c7dcf6e05f12099e039da8ac0ebb02c5ee6467 /manifests | |
parent | 77c7b18905c8dbdba0d5c916b3c578b732631378 (diff) | |
download | puppet-nodo-c18f31cf8b37db0ff3c33ff4b360e29b5e211c04.tar.gz puppet-nodo-c18f31cf8b37db0ff3c33ff4b360e29b5e211c04.tar.bz2 |
Removes syslog-ng
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/base.pp | 1 |
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 |