Skip to content

Commit a2e20dc

Browse files
committed
1 parent 85f784c commit a2e20dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

recipes/default.rb

+10
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@
123123
end
124124
end
125125

126+
%W(
127+
- #{node['apache']['lock_dir']}
128+
).each do |path|
129+
directory path do
130+
mode '0755'
131+
user node['apache']['user']
132+
group node['apache']['group']
133+
end
134+
end
135+
126136
# Set the preferred execution binary - prefork or worker
127137
template "/etc/sysconfig/#{node['apache']['package']}" do
128138
source 'etc-sysconfig-httpd.erb'

0 commit comments

Comments
 (0)