Commit 9f5be3a7178e6fed9911cb1b578cca7e6a5f0861
1 parent
3e613c78
Exists in
master
and in
17 other branches
Adapt chef-server-cookbooks.rb to GitLab
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
config/software/gitlab-cookbooks.rb
... | ... | @@ -15,11 +15,11 @@ |
15 | 15 | # limitations under the License. |
16 | 16 | # |
17 | 17 | |
18 | -name "chef-server-cookbooks" | |
18 | +name "gitlab-cookbooks" | |
19 | 19 | |
20 | 20 | dependency "rsync" |
21 | 21 | |
22 | -source :path => File.expand_path("files/chef-server-cookbooks", Omnibus.project_root) | |
22 | +source :path => File.expand_path("files/gitlab-cookbooks", Omnibus.project_root) | |
23 | 23 | |
24 | 24 | build do |
25 | 25 | command "mkdir -p #{install_dir}/embedded/cookbooks" | ... | ... |