Skip to content
Snippets Groups Projects
Verified Commit 92b598b8 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

filtersyslog: remove duplicate resource declaration from newsyslog

parent 8a6dc6bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment