Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
d4c7438c
Commit
d4c7438c
authored
Aug 20, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1444 from edx/feanil/remove_default_conf
Remove default rsyslog config file.
parents
f420094f
c4b10108
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
CHANGELOG.md
+4
-0
playbooks/roles/common/tasks/main.yml
+6
-0
No files found.
CHANGELOG.md
View file @
d4c7438c
-
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.
...
...
playbooks/roles/common/tasks/main.yml
View file @
d4c7438c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment