Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
6fa3762b
Commit
6fa3762b
authored
Nov 09, 2015
by
Tim Smith
Browse files
Clarify file delete with a comment
parent
5239cc8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/server.rb
View file @
6fa3762b
...
...
@@ -37,6 +37,7 @@ template "#{node['rsyslog']['config_prefix']}/rsyslog.d/35-server-per-host.conf"
notifies
:restart
,
"service[
#{
node
[
'rsyslog'
][
'service_name'
]
}
]"
end
# if we're a server we shouldn't be sending logs to a remote like a client
file
"
#{
node
[
'rsyslog'
][
'config_prefix'
]
}
/rsyslog.d/remote.conf"
do
action
:delete
notifies
:restart
,
"service[
#{
node
[
'rsyslog'
][
'service_name'
]
}
]"
...
...
Write
Preview
Supports
Markdown
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