Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

Commit fbf85e8

Browse files
committed
Merge pull request #5 from EuKov/patch-1
User "jetty" should be created with proper home directory
2 parents ef86f80 + cba6eb6 commit fbf85e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
# Create user and group
4848

4949
user node['jetty']['user'] do
50+
home node['jetty']['home']
5051
shell '/bin/false'
5152
system true
5253
action :create
@@ -253,4 +254,4 @@
253254
group node['jetty']['group']
254255
notifies :restart, "service[jetty]"
255256
action :create
256-
end
257+
end

0 commit comments

Comments
 (0)