Fixing review comments.

This commit is contained in:
Angel Borroy
2019-06-17 15:29:07 +02:00
parent d9f1f4c9c8
commit 64d9c9a15f
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ $ tree generators/app/templates/6.1
* `docker-compose-ce.yml` is the base Docker Compose Template for Alfresco Community deployment
* `docker-compose-ee.yml` is the base Docker Compose Template for Alfresco Enterprise deployment
* `alfresco` includes a Dockerfile template to start Alfresco Repository
* Default content model for Sharding Explicit Routing is included in folder `model`
* `model` includes a default content model for Sharding Explicit Routing
* `search` includes a Dockerfile template to start Search Services and Insight Engine
* `zeppelin` includes a Dockerfile template to start Zeppelin with SSL
* `keystores` includes every truststore and keystore required for SSL configuration

View File

@@ -62,7 +62,7 @@ module.exports = class extends Generator {
},
{
when: function (response) {
return response.sharding;
return response.sharding || commandProps['sharding'];
},
type: 'confirm',
name: 'explicitRouting',