Commit 0ca14544 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Reduce the ammount of lines to disable services and update TOC

parent 3242ea6d
...@@ -16,6 +16,7 @@ that comes bundled with Omnibus GitLab packages. ...@@ -16,6 +16,7 @@ that comes bundled with Omnibus GitLab packages.
- [Configure Redis using Omnibus](#configure-redis-using-omnibus) - [Configure Redis using Omnibus](#configure-redis-using-omnibus)
- [Experimental Redis Sentinel support](#experimental-redis-sentinel-support) - [Experimental Redis Sentinel support](#experimental-redis-sentinel-support)
- [Redis Sentinel support](#redis-sentinel-support) - [Redis Sentinel support](#redis-sentinel-support)
- [Prerequisites](#prerequisites)
- [Redis setup](#redis-setup) - [Redis setup](#redis-setup)
- [Existing single-machine installation](#existing-single-machine-installation) - [Existing single-machine installation](#existing-single-machine-installation)
- [Installation from source](#installation-from-source) - [Installation from source](#installation-from-source)
...@@ -29,8 +30,8 @@ that comes bundled with Omnibus GitLab packages. ...@@ -29,8 +30,8 @@ that comes bundled with Omnibus GitLab packages.
- [Troubleshooting](#troubleshooting) - [Troubleshooting](#troubleshooting)
- [Redis replication](#redis-replication) - [Redis replication](#redis-replication)
- [Sentinel](#sentinel) - [Sentinel](#sentinel)
- [Omnibus install](#omnibus-install) - [Omnibus GitLab](#omnibus-gitlab)
- [Source install](#source-install) - [Install from Source](#install-from-source)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
...@@ -60,11 +61,8 @@ Redis. ...@@ -60,11 +61,8 @@ Redis.
redis['enable'] = true redis['enable'] = true
bootstrap['enable'] = false bootstrap['enable'] = false
nginx['enable'] = false nginx['enable'] = false
unicorn['enable'] = false
sidekiq['enable'] = false
postgresql['enable'] = false postgresql['enable'] = false
gitlab_rails['enable'] = false gitlab_rails['enable'] = false
gitlab_workhorse['enable'] = false
mailroom['enable'] = false mailroom['enable'] = false
# Redis configuration # Redis configuration
...@@ -340,13 +338,9 @@ redis['enable'] = true ...@@ -340,13 +338,9 @@ redis['enable'] = true
sentinel['enable'] = true sentinel['enable'] = true
# Disabled all other services # Disabled all other services
redis['enable'] = false
bootstrap['enable'] = false bootstrap['enable'] = false
nginx['enable'] = false nginx['enable'] = false
unicorn['enable'] = false
sidekiq['enable'] = false
postgresql['enable'] = false postgresql['enable'] = false
gitlab_workhorse['enable'] = false
gitlab_rails['enable'] = false gitlab_rails['enable'] = false
mailroom['enable'] = false mailroom['enable'] = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment