Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chef-customers/aws_native_chef_se…
Browse files Browse the repository at this point in the history
…rver
  • Loading branch information
Irving Popovetsky committed Apr 25, 2018
2 parents 0df755a + 6ebcee9 commit d21a271
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backendless_chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server v3.3.2
Description: AWS Native Chef Server v3.3.3

Parameters:
# Required Parameters
Expand Down Expand Up @@ -698,7 +698,8 @@ Resources:
opscode_solr4['elasticsearch_shard_count'] = ${ElasticSearchShardCount}
opscode_solr4['elasticsearch_replica_count'] = ${ElasticSearchReplicaCount}
bookshelf['storage_type'] = :sql
bookshelf['db_pool_size'] = 20
bookshelf['db_pool_init'] = 10
bookshelf['db_pool_max'] = 20
bookshelf['vip'] = '${ChefALB.DNSName}'.downcase
rabbitmq['enable'] = false
rabbitmq['management_enabled'] = false
Expand Down

0 comments on commit d21a271

Please sign in to comment.