Commit
47bdbe0c35df25aeb334ac5ff6f283003553f496
Exists in
master
and in
36 other branches
add_super_archives_plugin, automates_core_packing, changes_in_buttons_on_content_panel, colab_fix_automatic_group_creation_bug, gitlab-8.x, gov-user-refactoring, gov-user-refactoring-rails4, gov-user-to-organization, high_contrast, high_contrast_style, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, mezuro_spb, packaging_colab_plugins, performance, refactor_software_communities, refactor_software_communities_rails4, refactor_software_for_sisp, refactor_software_info_to_software, register_page, remove-unused-images, removing_super_archives_email, restore, signals_user_noosfero, software_as_organization, spb_minimal_env, stable-4.1, stable-4.2, stable-4.x, stable-5.0, stable-5.1, stable-devel, temp_soft_comm_refactoring, theme_header, thread_page
Install colab
| @@ -0,0 +1,12 @@ |
| @@ -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' |
| @@ -0,0 +1,8 @@ |
| @@ -0,0 +1,8 @@ |
| |
1
| +if node['platform'] == 'centos' |
| |
2
| + cookbook_file '/etc/yum.repos.d/mailman-api.repo' do |
| |
3
| + owner 'root' |
| |
4
| + mode 0644 |
| |
5
| + end |
| |
6
| +end |
| |
7
| + |
| |
8
| +package 'mailman-api' |