Commit d4c7438c by Feanil Patel

Merge pull request #1444 from edx/feanil/remove_default_conf

Remove default rsyslog config file.
parents f420094f c4b10108
- Role: common
- We now remove the default syslog.d conf file (50-default.conf) this will
break people who have hand edited that file.
- Role: edxapp
- Updated the module store settings to match the new settings format.
......
......@@ -60,6 +60,12 @@
owner=root group=root mode=644
notify: restart rsyslogd
- name: Remove the default rsyslog configuration
file:
path=/etc/rsyslog.d/50-default.conf
state=absent
notify: restart rsyslogd
# This is in common to keep all logrotation config
# in the same role
- name: Create hourly subdirectory in logrotate.d
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment