Skip to content

Commit

Permalink
must create directory before logging to it
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Dec 18, 2010
1 parent 5f39305 commit 0349663
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/client_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"default" => "root"
)

directory node["chef"]["log_dir"] do
recursive true
owner "root"
group root_group
mode 0755
end

case node[:chef][:init_style]
when "runit"

Expand Down

0 comments on commit 0349663

Please sign in to comment.