From 92b598b8f8369ca101406e0229c253e0f1b71c4b Mon Sep 17 00:00:00 2001
From: Adam Henry Lewenberg <adamhl@stanford.edu>
Date: Fri, 10 Mar 2017 09:38:30 -0800
Subject: [PATCH] filtersyslog: remove duplicate resource declaration from
 newsyslog

---
 manifests/newsyslog.pp | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/manifests/newsyslog.pp b/manifests/newsyslog.pp
index f08597c..da3b694 100644
--- a/manifests/newsyslog.pp
+++ b/manifests/newsyslog.pp
@@ -41,16 +41,6 @@ class base::newsyslog {
     restart   => "hup ${pid_file}",
   }
 
-  # Install the default filter-syslog configuration.
-  file {
-    '/etc/filter-syslog.conf':
-      source  => 'puppet:///modules/base/newsyslog/etc/filter-syslog.conf';
-    '/etc/filter-syslog':
-      ensure  => directory,
-      recurse => true,
-      purge   => true,
-  }
-
   # btmp permissions must be 600 in RHEL systems
   # sshd on RHEL systems will complain otherwise, since bad ssh attempts
   # often are the result of entering a password as a username
-- 
GitLab