vagrant-pe_build 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,16 @@
1
1
  vagrant-pe_build
2
2
  ================
3
3
 
4
+ 0.8.3
5
+ -----
6
+
7
+ This is a backwards compatible bugfix release.
8
+
9
+ * (GH-39) Add PE 2.0.x compatible answer files instead of reusing 2.x answer
10
+ files.
11
+
12
+ Thanks to Zachary Stern for his help in this release.
13
+
4
14
  0.8.2
5
15
  -----
6
16
 
@@ -16,8 +16,8 @@ module PEBuild::Release
16
16
 
17
17
  add_release :ubuntu, '10.04'
18
18
 
19
- set_answer_file :master, File.join(PEBuild.template_dir, 'answers', 'master-2.x.txt.erb')
20
- set_answer_file :agent, File.join(PEBuild.template_dir, 'answers', 'agent-2.x.txt.erb')
19
+ set_answer_file :master, File.join(PEBuild.template_dir, 'answers', 'master-2.0.x.txt.erb')
20
+ set_answer_file :agent, File.join(PEBuild.template_dir, 'answers', 'agent-2.0.x.txt.erb')
21
21
  end
22
22
 
23
23
  @releases['2.0.0'] = two_oh_x
@@ -1,3 +1,3 @@
1
1
  module PEBuild
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
3
3
  end
@@ -0,0 +1,9 @@
1
+ q_install=y
2
+ q_puppet_cloud_install=n
3
+ q_puppet_enterpriseconsole_install=n
4
+ q_puppet_symlinks_install=y
5
+ q_puppetagent_certname=<%= machine_hostname %>
6
+ q_puppetagent_install=y
7
+ q_puppetagent_server=<%= @config.master %>
8
+ q_puppetmaster_install=n
9
+ q_vendor_packages_install=y
@@ -0,0 +1,27 @@
1
+ q_install=y
2
+ q_puppet_cloud_install=y
3
+
4
+ q_puppet_enterpriseconsole_database_install=y
5
+ q_puppet_enterpriseconsole_database_name=console
6
+ q_puppet_enterpriseconsole_database_password=console
7
+ q_puppet_enterpriseconsole_database_root_password=root
8
+ q_puppet_enterpriseconsole_auth_password=admin@puppetlabs.com
9
+ q_puppet_enterpriseconsole_auth_user=puppetlabs
10
+
11
+ q_puppet_enterpriseconsole_database_user=console
12
+ q_puppet_enterpriseconsole_httpd_port=443
13
+ q_puppet_enterpriseconsole_install=y
14
+ q_puppet_enterpriseconsole_inventory_hostname=<%= machine_hostname %>
15
+ q_puppet_enterpriseconsole_inventory_port=8140
16
+ q_puppet_enterpriseconsole_master_hostname=<%= machine_hostname %>
17
+ q_puppet_symlinks_install=y
18
+ q_puppetagent_certname=<%= machine_hostname %>
19
+ q_puppetagent_install=y
20
+ q_puppetagent_server=<%= machine_hostname %>
21
+ q_puppetmaster_certname=<%= machine_hostname %>
22
+ q_puppetmaster_dnsaltnames=<%= machine_hostname %>,puppet
23
+ q_puppetmaster_enterpriseconsole_hostname=localhost
24
+ q_puppetmaster_enterpriseconsole_port=443
25
+ q_puppetmaster_forward_facts=n
26
+ q_puppetmaster_install=y
27
+ q_vendor_packages_install=y
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-pe_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-01-14 00:00:00.000000000 Z
12
+ date: 2014-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: progressbar
@@ -115,9 +115,11 @@ files:
115
115
  - lib/pe_build/version.rb
116
116
  - lib/vagrant-pe_build.rb
117
117
  - templates/answers/agent-1.x.txt.erb
118
+ - templates/answers/agent-2.0.x.txt.erb
118
119
  - templates/answers/agent-2.x.txt.erb
119
120
  - templates/answers/agent-3.x.txt.erb
120
121
  - templates/answers/master-1.x.txt.erb
122
+ - templates/answers/master-2.0.x.txt.erb
121
123
  - templates/answers/master-2.x.txt.erb
122
124
  - templates/answers/master-3.x.txt.erb
123
125
  - templates/locales/en.yml