beaker-answers 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5f91980f7ec26434a064b86c6913997e31d0b92
4
- data.tar.gz: 6418008875e27220fbd314814ee9f7dba115344f
3
+ metadata.gz: f66dd2539d7a9d0020f95a6cfd5ec4003fe1d5e1
4
+ data.tar.gz: be9af2f3f1358ded03c7bd483c6f8e3be5a3c7a4
5
5
  SHA512:
6
- metadata.gz: fe49ebf67fd16fb2aa25b6e0f5d1967b10012dc0a642fb6ce8b2b3d6602776153eaf5f0718a3a86af721b615143a84927969f0710bc24ca856aacac3104232c4
7
- data.tar.gz: 3db6183c4c432009aafd759a6f6efd7b9d70bb7a3c41daa1d99533da372eea0bff45d4dc6c5dc249ffc9ffab480fa9746b4fc71ad1220333057f07663d618d46
6
+ metadata.gz: 00c044969eb9a0d895fece3b021bb7a209c0e8e50f492a4b951738e65a8597c7424a4a7b73a875db18449393af9ddb80daffcd00415697fb43a5240b541daf1f
7
+ data.tar.gz: e5ed1f6f202c3531f4e29b1c6cd7cd016229c497ce825db355ab6b8c032270f1656816ce84db03adeb175e6003b3b5394d95bf105901631b7b4c58bac45234ec
@@ -203,8 +203,8 @@ module BeakerAnswers
203
203
  def postgres_password_answers(pe_conf, meep_schema_version)
204
204
  case meep_schema_version
205
205
  when '1.0','2.0'
206
- pe_conf["puppet_enterprise::database_ssl"] = false
207
- pe_conf["puppet_enterprise::database_cert_auth"] = false
206
+ pe_conf["puppet_enterprise::database_ssl"] = true
207
+ pe_conf["puppet_enterprise::database_cert_auth"] = true
208
208
  pe_conf["puppet_enterprise::puppetdb::start_timeout"] = 300
209
209
  pe_conf["puppet_enterprise::activity_database_password"] = "PASSWORD"
210
210
  pe_conf["puppet_enterprise::classifier_database_password"] = "PASSWORD"
@@ -1,5 +1,5 @@
1
1
  module BeakerAnswers
2
2
  module Version
3
- STRING = '0.21.0'
3
+ STRING = '0.22.0'
4
4
  end
5
5
  end
@@ -109,8 +109,8 @@ describe 'BeakerAnswers::PeConf' do
109
109
  end
110
110
  let(:gold_pe_postgres_password_configuration_hash) do
111
111
  {
112
- "puppet_enterprise::database_cert_auth" => false,
113
- "puppet_enterprise::database_ssl" => false,
112
+ "puppet_enterprise::database_cert_auth" => true,
113
+ "puppet_enterprise::database_ssl" => true,
114
114
  "puppet_enterprise::activity_database_password" => "PASSWORD",
115
115
  "puppet_enterprise::classifier_database_password" => "PASSWORD",
116
116
  "puppet_enterprise::orchestrator_database_password" => "PASSWORD",
@@ -157,8 +157,8 @@ describe 'BeakerAnswers::PeConf' do
157
157
  "puppet_enterprise::profile::database" => basic_hosts[1].hostname,
158
158
  "agent_platforms" => ['el_6_x86_64'],
159
159
  "meep_schema_version" => "2.0",
160
- "puppet_enterprise::database_cert_auth" => false,
161
- "puppet_enterprise::database_ssl" => false,
160
+ "puppet_enterprise::database_cert_auth" => true,
161
+ "puppet_enterprise::database_ssl" => true,
162
162
  "puppet_enterprise::activity_database_password" => "PASSWORD",
163
163
  "puppet_enterprise::classifier_database_password" => "PASSWORD",
164
164
  "puppet_enterprise::orchestrator_database_password" => "PASSWORD",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-answers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs