Commit 47bdbe0c35df25aeb334ac5ff6f283003553f496
1 parent
32b65e7e
Exists in
master
and in
90 other branches
Install colab
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
cookbooks/colab/recipes/default.rb
| ... | ... | @@ -0,0 +1,12 @@ |
| 1 | +# TODO colab and mailman-api should be able to run in separate hosts at some | |
| 2 | +# point in the future | |
| 3 | +include_recipe 'mailman-api' | |
| 4 | + | |
| 5 | +if node['platform'] == 'centos' | |
| 6 | + cookbook_file '/etc/yum.repos.d/colab.repo' do | |
| 7 | + owner 'root' | |
| 8 | + mode 0644 | |
| 9 | + end | |
| 10 | +end | |
| 11 | + | |
| 12 | +package 'colab' | ... | ... |