Commit
175d7200d22680810e668f9f0be6f767a91349c9
Exists in
master
and in
17 other branches
6-6-stable, 6-6-stable-ee, 6-7-stable, 6-7-stable-ee, 6-8-stable, 6-8-stable-ee, 6-9-stable, 6-9-stable-ee, 7-0-stable, 7-0-stable-ee, 7-0-stable-spb, 7-1-stable, 7-1-stable-ee, 7-2-stable, 7-2-stable-ee, branch_test, nginx_ssl_tweaks
Fix copy-paste error in redis_disable.rb
| @@ -15,6 +15,6 @@ |
| @@ -15,6 +15,6 @@ |
15
| # limitations under the License. |
15
| # limitations under the License. |
16
| # |
16
| # |
17
| |
17
| |
18
| -runit_service "postgresql" do |
18
| +runit_service "redis" do |
19
| action :disable |
19
| action :disable |
20
| end |
20
| end |