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
e8a29226
Commit
e8a29226
authored
Sep 05, 2013
by
Seth Vargo
Browse files
Fix rubocop warning about if conditionals
parent
269a0597
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
e8a29226
...
...
@@ -18,10 +18,7 @@
#
package
'rsyslog'
if
node
[
'rsyslog'
][
'use_relp'
]
package
'rsyslog-relp'
end
package
'rsyslog-relp'
if
node
[
'rsyslog'
][
'use_relp'
]
directory
'/etc/rsyslog.d'
do
owner
'root'
...
...
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