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
5bd297d7
Commit
5bd297d7
authored
Apr 08, 2015
by
Tim Smith
Browse files
Merge pull request #83 from phcyso/patch-1
Fix Log folder permission.
parents
23608b6b
8468f825
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/server.rb
View file @
5bd297d7
...
...
@@ -23,8 +23,8 @@ node.set['rsyslog']['server'] = true
include_recipe
'rsyslog::default'
directory
node
[
'rsyslog'
][
'log_dir'
]
do
owner
'root'
group
'root'
owner
node
[
'rsyslog'
][
'user'
]
group
node
[
'rsyslog'
][
'group'
]
mode
'0755'
recursive
true
end
...
...
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