Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
1b16a1f3
Commit
1b16a1f3
authored
Feb 12, 2013
by
Matt Ray
Committed by
jtimberman
Feb 20, 2013
Browse files
cleanups for code smell
parent
e683f3f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
1b16a1f3
...
...
@@ -2,7 +2,7 @@
# Cookbook Name:: rsyslog
# Recipe:: default
#
# Copyright 2009-201
1
, Opscode, Inc.
# Copyright 2009-201
3
, Opscode, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
recipes/server.rb
View file @
1b16a1f3
...
...
@@ -21,16 +21,10 @@ node.set['rsyslog']['server'] = true
include_recipe
"rsyslog"
directory
::
File
.
dirname
(
node
[
'rsyslog'
][
'log_dir'
])
do
owner
node
[
"rsyslog"
][
"user"
]
group
node
[
"rsyslog"
][
"group"
]
recursive
true
mode
0755
end
directory
node
[
'rsyslog'
][
'log_dir'
]
do
owner
node
[
'rsyslog'
][
'user'
]
group
node
[
'rsyslog'
][
'group'
]
recursive
true
mode
0755
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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