Commit 321360f5779d5560338ed6ad4162c7ca465463a8
1 parent
6c500427
Exists in
master
and in
17 other branches
Include gitlab-shell recipe in default recipe
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/default.rb
| @@ -45,6 +45,7 @@ directory "/var/opt/gitlab" do | @@ -45,6 +45,7 @@ directory "/var/opt/gitlab" do | ||
| 45 | end | 45 | end |
| 46 | 46 | ||
| 47 | include_recipe "gitlab::users" | 47 | include_recipe "gitlab::users" |
| 48 | +include_recipe "gitlab::gitlab-shell" | ||
| 48 | 49 | ||
| 49 | # Install our runit instance | 50 | # Install our runit instance |
| 50 | include_recipe "runit" | 51 | include_recipe "runit" |