Commit
7e6fc09387bed4f1037784e82ede478bc4884016
Exists in
master
and in
39 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, check-port, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_cache_count_spb, fix_header, fixed_gitlab_import, go_to_profile_panel, header_footer, layout-fix, mobile_user_scalable, move_out_plugins, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, spb-release/3.0, split_screen, stable, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd, workin_whoosh_temp
Updated appdeploy and added pip as dep for puppet
|
1
| -tracywebtech-appdeploy==0.8.6 |
1
| +tracywebtech-appdeploy==0.8.8 |
|
2
| tracywebtech-security_updates==0.9.0 |
2
| tracywebtech-security_updates==0.9.0 |
|
| |
3
| +tracywebtech-pip==1.3.2 |
|
3
| |
4
| |
|
4
| puppetlabs-ntp |
5
| puppetlabs-ntp |
|
5
| puppetlabs-postgresql |
6
| puppetlabs-postgresql |
|
| @@ -31,11 +31,6 @@ class colab ( |
| @@ -31,11 +31,6 @@ class colab ( |
|
31
| proxy_hosts => $colab::hostnames, |
31
| proxy_hosts => $colab::hostnames, |
|
32
| } |
32
| } |
|
33
| |
33
| |
|
34
| - file { '/etc/nginx/conf.d/default.conf': |
| |
|
35
| - ensure => 'absent', |
| |
|
36
| - notify => Service['nginx'], |
| |
|
37
| - } |
| |
|
38
| - |
| |
|
39
| $package_defaults = { |
34
| $package_defaults = { |
|
40
| before => Pip::Install['pyOpenSSL'], |
35
| before => Pip::Install['pyOpenSSL'], |
|
41
| } |
36
| } |