beaker-answers 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MmY5YTJkZTJmMTYzZTdiNGZmZGU4OWVlNDliODE2MmNlMDk4N2I2MQ==
4
+ MjA5MDk3MGY1YWY2ZmI3NGE0ZDhkNzc2MTk2N2IzNDNiYzhlYmJlYQ==
5
5
  data.tar.gz: !binary |-
6
- NDgyNzkxMGUwODMxNzk2MDhmNzkzMTUzMDlkMjBmYzA4OWFjNTRlZg==
6
+ OGEwYWMwZjhlZjVjNTNjMGQ3MTA2MzBmZWVmMWU0MTVjMDM1NGU3Yg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZmRhN2FjOTMxNDI0NzFhMzc4NGE0NTUwNmRjODgwMjFmMjAxZTVkOTEwODE1
10
- ZmEzZmNiMTVhNjJhNTk2YzhhMTY4NDUwNzI5M2Q5N2VmNGViYjk1ZTFlNzky
11
- NzA3ODU4OTJhMTgxYTMxOWZkMDU2MmZhMTE0N2NiOTIyN2IyMmU=
9
+ ZDExMDhlMWMwNjgzNjdlM2JlNjVjNDk0MTU1MWQ4MmY0NmIyNWUzYjExMGY4
10
+ ZjI0MTMzODhlNzhiZDA1YjcxY2MwNGY5M2I2NTM3ZGMzNTk3ZWVhNTFmMjg4
11
+ NDVmOTJmNDI4NjI2MDQ4ZTczYWVmYjc2MzczMzkyMjFhNTdlZjA=
12
12
  data.tar.gz: !binary |-
13
- ODUwMWMxZWFjOTlmZTFhZGU3NjE0Nzg1NjgxMGViOGIzYTc1ZTg1NTFjYzc2
14
- YmM4MzUwNWQyMDgyNjZmYmIzMDliMThkNzQ5OWUzZWMyYTAyNmYwZmJmOGQw
15
- NTI3OTdkZjY2ZjY5MTgzMjQ4N2MyZThjMzNjZjg0YTVmOTJmMjA=
13
+ ZmMzNTRhYmMzOTJkYjBkZjcyOTlhMjUxZTExOTZkM2U2YTJhNGNjMWRlYzgy
14
+ MDIwYTNiZDE3MDQwYzcyNDk5OWMyMWMxMjM2ODdhMzI4NzhlZTNjODlhMGM3
15
+ OGJmNjNjODRjMDlhNzg4ZDI5NzcyYmYyMzhmZDNhZDkyYTVlMjQ=
data/HISTORY.md CHANGED
@@ -1,13 +1,38 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 22 Oct, 2015 (5abaf7e5)](#LATEST)
3
+ * [LATEST - 2 Nov, 2015 (367ecd87)](#LATEST)
4
+ * [0.3.0 - 22 Oct, 2015 (0c56067d)](#0.3.0)
4
5
  * [0.2.2 - 1 Sep, 2015 (6c5d8035)](#0.2.2)
5
6
  * [0.2.1 - 31 Aug, 2015 (5aa509e2)](#0.2.1)
6
7
  * [0.2.0 - 31 Aug, 2015 (6447f9bc)](#0.2.0)
7
8
  * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
8
9
 
9
10
  ## Details
10
- ### <a name = "LATEST">LATEST - 22 Oct, 2015 (5abaf7e5)
11
+ ### <a name = "LATEST">LATEST - 2 Nov, 2015 (367ecd87)
12
+
13
+ * (GEM) update beaker-answers version to 0.3.1 (367ecd87)
14
+
15
+ * Merge pull request #7 from demophoon/answer/master/app-services (14a247c2)
16
+
17
+
18
+ ```
19
+ Merge pull request #7 from demophoon/answer/master/app-services
20
+
21
+ (maint) Add q_use_application_services question
22
+ ```
23
+ * (maint) Add q_use_application_services question (91210f8b)
24
+
25
+
26
+ ```
27
+ (maint) Add q_use_application_services question
28
+
29
+ Currently in integration CI all installs are not setting the
30
+ q_use_application_services answer. When that answer is set to nothing
31
+ the pe-classification script does not enable application services.
32
+ ```
33
+ ### <a name = "0.3.0">0.3.0 - 22 Oct, 2015 (0c56067d)
34
+
35
+ * (HISTORY) update beaker-answers history for gem release 0.3.0 (0c56067d)
11
36
 
12
37
  * (GEM) update beaker-answers version to 0.3.0 (5abaf7e5)
13
38
 
@@ -1,5 +1,5 @@
1
1
  module BeakerAnswers
2
2
  module Version
3
- STRING = '0.3.0'
3
+ STRING = '0.3.1'
4
4
  end
5
5
  end
@@ -23,11 +23,13 @@ module BeakerAnswers
23
23
  :q_orchestrator_database_user => answer_for(@options, :q_orchestrator_database_user),
24
24
  :q_orchestrator_database_password => "'#{answer_for(@options, :q_orchestrator_database_password)}'",
25
25
  }
26
+
26
27
  the_answers[master.name].merge!(orchestrator_db)
27
28
  the_answers[database.name].merge!(orchestrator_db)
28
29
 
29
30
  the_answers[master.name][:q_database_host] = answer_for(@options, :q_database_host, database.to_s)
30
31
  the_answers[master.name][:q_database_port] = answer_for(@options, :q_database_port)
32
+ the_answers[master.name][:q_use_application_services] = "'#{answer_for(@options, :q_use_application_services, 'y')}'"
31
33
 
32
34
  the_answers
33
35
  end
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.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppetlabs
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-10-22 00:00:00.000000000 Z
12
+ date: 2015-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec