vagrant-puppet-install 4.1.0 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1874b00e959ee871af563b0a45f504405e224be
4
- data.tar.gz: 94d2181462355d6299a3f9cfb00d2865dfad1c4b
3
+ metadata.gz: d122745d1769a91909e6b48bfa7d4d45590caf14
4
+ data.tar.gz: c6e91ed86bcd360b4864f61610082fb109ed2b7d
5
5
  SHA512:
6
- metadata.gz: dedbb24b6f68eb721390f3beaf3eaae96f02c1c0b813c5e8f7b321b1606fc73ab26de960bbf0d94a100ec0e94b966e77f1030b477bde0d3aa7ef07522ddce7e6
7
- data.tar.gz: a7af7b576100abc6c951f87cce33c1e7900ecc6ffea51ad5bfee03d35b917164eca454896005f042aef7fd5bf4ce2d1ae244cc56a1c93ff4807b61f0cbbfca6e
6
+ metadata.gz: b2becb7a4e142122772e6a31a94160efcc19252d392f61858f18af81114379fe8654866148a83922f2998cd117f3667f17f70e0179bbc80cc0399808b45d12fa
7
+ data.tar.gz: 01e84f171736742f88191e87f4dfbec30ac1942b7816642388f4866af4c7b5086312524d36c02e868e08e8e1d4b67b3f5cedc8e3e6fc6391934f529904d260be
@@ -1,27 +1,51 @@
1
1
  # Change Log
2
2
 
3
- ## [v4.0.1](https://github.com/petems/vagrant-puppet-install/tree/v4.0.1) (2016-04-04)
3
+ All notable changes to this project will be documented in this file.
4
+
5
+
6
+ ## [v5.0.0](https://github.com/petems/vagrant-puppet-install/tree/v5.0.0) (2017-07-11)
7
+ [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v4.1.0...v5.0.0)
8
+
9
+ **Closed issues:**
10
+
11
+ - Please document the config.puppet\_install.install\_url parameter [\#53](https://github.com/petems/vagrant-puppet-install/issues/53)
12
+ - PuppetLabs repository install is skipped [\#52](https://github.com/petems/vagrant-puppet-install/issues/52)
13
+ - Ubuntu 16.04 [\#51](https://github.com/petems/vagrant-puppet-install/issues/51)
14
+ - \[Debian\] Version '3.7.2-1puppetlabs1' for 'puppet-common' was not found [\#48](https://github.com/petems/vagrant-puppet-install/issues/48)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Adding puppet5 support [\#54](https://github.com/petems/vagrant-puppet-install/pull/54) ([attachmentgenie](https://github.com/attachmentgenie))
19
+ - Update vagrant examples [\#50](https://github.com/petems/vagrant-puppet-install/pull/50) ([petems](https://github.com/petems))
4
20
 
21
+ ## [v4.1.0](https://github.com/petems/vagrant-puppet-install/tree/v4.1.0) (2016-04-23)
22
+ [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v4.0.1...v4.1.0)
23
+
24
+ **Closed issues:**
25
+
26
+ - "offline" mode? [\#37](https://github.com/petems/vagrant-puppet-install/issues/37)
27
+
28
+ **Merged pull requests:**
29
+
30
+ - Update Vagrantfile [\#49](https://github.com/petems/vagrant-puppet-install/pull/49) ([gesinn-it](https://github.com/gesinn-it))
31
+ - Add validation option [\#46](https://github.com/petems/vagrant-puppet-install/pull/46) ([petems](https://github.com/petems))
32
+
33
+ ## [v4.0.1](https://github.com/petems/vagrant-puppet-install/tree/v4.0.1) (2016-04-04)
5
34
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v4.0.0...v4.0.1)
6
35
 
7
36
  **Closed issues:**
8
37
 
9
38
  - Machine is force to shutdown and destroyed after puppet is installed [\#42](https://github.com/petems/vagrant-puppet-install/issues/42)
10
-
11
39
  - How to install the latest available version of puppet? [\#41](https://github.com/petems/vagrant-puppet-install/issues/41)
12
40
 
13
41
  **Merged pull requests:**
14
42
 
15
43
  - Adds acceptance test for Fedora 23 [\#47](https://github.com/petems/vagrant-puppet-install/pull/47) ([petems](https://github.com/petems))
16
-
17
44
  - Fixes Vagrant on Puppet \> 4 for acceptance [\#45](https://github.com/petems/vagrant-puppet-install/pull/45) ([petems](https://github.com/petems))
18
-
19
45
  - Rubocop fixes [\#44](https://github.com/petems/vagrant-puppet-install/pull/44) ([petems](https://github.com/petems))
20
-
21
46
  - Fixes unlink code to work on Windows machines [\#43](https://github.com/petems/vagrant-puppet-install/pull/43) ([petems](https://github.com/petems))
22
47
 
23
48
  ## [v4.0.0](https://github.com/petems/vagrant-puppet-install/tree/v4.0.0) (2016-01-25)
24
-
25
49
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v3.1.0...v4.0.0)
26
50
 
27
51
  **Closed issues:**
@@ -31,75 +55,50 @@
31
55
  **Merged pull requests:**
32
56
 
33
57
  - Removes pessimistic reference from docs [\#40](https://github.com/petems/vagrant-puppet-install/pull/40) ([petems](https://github.com/petems))
34
-
35
58
  - Fix nil errors [\#39](https://github.com/petems/vagrant-puppet-install/pull/39) ([petems](https://github.com/petems))
36
59
 
37
60
  ## [v3.1.0](https://github.com/petems/vagrant-puppet-install/tree/v3.1.0) (2016-01-21)
38
-
39
61
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v3.0.0...v3.1.0)
40
62
 
41
63
  **Closed issues:**
42
64
 
43
65
  - rake beaker errors with vagrant-puppet-install loaded [\#35](https://github.com/petems/vagrant-puppet-install/issues/35)
44
-
45
66
  - apt repo issue \(no puppet-agent found\) trying to install puppet 4.3.1 [\#32](https://github.com/petems/vagrant-puppet-install/issues/32)
46
-
47
67
  - The package is just called puppet-agent [\#31](https://github.com/petems/vagrant-puppet-install/issues/31)
48
-
49
68
  - Vagrant Puppet Install does not work on Puppet \>= 4 [\#29](https://github.com/petems/vagrant-puppet-install/issues/29)
50
-
51
69
  - Cannot install 'vagrant-puppet-install' on Windows 7 [\#25](https://github.com/petems/vagrant-puppet-install/issues/25)
52
-
53
70
  - Allow installing Facter [\#17](https://github.com/petems/vagrant-puppet-install/issues/17)
54
71
 
55
72
  **Merged pull requests:**
56
73
 
57
74
  - Don't do anything with puppet\_version is not set. [\#36](https://github.com/petems/vagrant-puppet-install/pull/36) ([glenjamin](https://github.com/glenjamin))
58
-
59
75
  - .idea folder exclude \(all jetbrains IDEs\). [\#34](https://github.com/petems/vagrant-puppet-install/pull/34) ([MikeCaspar](https://github.com/MikeCaspar))
60
-
61
76
  - Add a new Vagrant box to test Ubuntu machines [\#33](https://github.com/petems/vagrant-puppet-install/pull/33) ([petems](https://github.com/petems))
62
77
 
63
78
  ## [v3.0.0](https://github.com/petems/vagrant-puppet-install/tree/v3.0.0) (2015-12-15)
64
-
65
79
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v2.7.0...v3.0.0)
66
80
 
67
81
  **Closed issues:**
68
82
 
69
83
  - pessimistic version constraint [\#26](https://github.com/petems/vagrant-puppet-install/issues/26)
70
-
71
84
  - 2.7.\* is not a valid version of puppet [\#23](https://github.com/petems/vagrant-puppet-install/issues/23)
72
-
73
85
  - Puppet installation@Centos7.0@Parallels10.1.1@OS X 10.10.1 cannot find the rpm file [\#20](https://github.com/petems/vagrant-puppet-install/issues/20)
74
-
75
86
  - Fails on Utopic Unicorn [\#16](https://github.com/petems/vagrant-puppet-install/issues/16)
76
-
77
87
  - https://raw2.github.com/petems/puppet-install-shell/master/install\_puppet.sh Not found [\#15](https://github.com/petems/vagrant-puppet-install/issues/15)
78
-
79
88
  - Works on CentOS with VMware Fusion [\#8](https://github.com/petems/vagrant-puppet-install/issues/8)
80
-
81
89
  - Doesn't work on Ubuntu 12.04 Baseboxes :-\( [\#6](https://github.com/petems/vagrant-puppet-install/issues/6)
82
90
 
83
91
  **Merged pull requests:**
84
92
 
85
93
  - Fix to allow Puppet 4 install [\#30](https://github.com/petems/vagrant-puppet-install/pull/30) ([petems](https://github.com/petems))
86
-
87
94
  - Corrects \#26 pessimistic version constraint and passes unit tests [\#28](https://github.com/petems/vagrant-puppet-install/pull/28) ([srhopkins](https://github.com/srhopkins))
88
-
89
95
  - Adds spec to check using ~\> resolution for version [\#24](https://github.com/petems/vagrant-puppet-install/pull/24) ([petems](https://github.com/petems))
90
-
91
96
  - New test for \#6 [\#22](https://github.com/petems/vagrant-puppet-install/pull/22) ([petems](https://github.com/petems))
92
-
93
97
  - Add plugin spec [\#19](https://github.com/petems/vagrant-puppet-install/pull/19) ([petems](https://github.com/petems))
94
-
95
98
  - Bump Vagrant to v1.7.0 [\#18](https://github.com/petems/vagrant-puppet-install/pull/18) ([scottsuch](https://github.com/scottsuch))
96
-
97
99
  - Make badges pretty [\#12](https://github.com/petems/vagrant-puppet-install/pull/12) ([scottsuch](https://github.com/scottsuch))
98
100
 
99
- - All puppet\_version are passed to retrieve\_latest\_puppet\_version [\#27](https://github.com/petems/vagrant-puppet-install/pull/27) ([srhopkins](https://github.com/srhopkins))
100
-
101
101
  ## [v2.7.0](https://github.com/petems/vagrant-puppet-install/tree/v2.7.0) (2014-11-21)
102
-
103
102
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v2.6.0...v2.7.0)
104
103
 
105
104
  **Closed issues:**
@@ -109,33 +108,25 @@
109
108
  **Merged pull requests:**
110
109
 
111
110
  - Close \#10 Updates location for installer script [\#14](https://github.com/petems/vagrant-puppet-install/pull/14) ([petems](https://github.com/petems))
112
-
113
111
  - Need Vagrant to be ok with bundler 1.7 [\#13](https://github.com/petems/vagrant-puppet-install/pull/13) ([petems](https://github.com/petems))
114
112
 
115
- - Close \#10 [\#11](https://github.com/petems/vagrant-puppet-install/pull/11) ([scottsuch](https://github.com/scottsuch))
116
-
117
113
  ## [v2.6.0](https://github.com/petems/vagrant-puppet-install/tree/v2.6.0) (2014-08-04)
118
-
119
114
  [Full Changelog](https://github.com/petems/vagrant-puppet-install/compare/v2.5.0...v2.6.0)
120
115
 
121
116
  **Closed issues:**
122
117
 
123
118
  - Plugin should be disabled if `config.puppet\_install.puppet\_version` is not present [\#7](https://github.com/petems/vagrant-puppet-install/issues/7)
124
-
125
119
  - Does not work on CentOS 32-bit BaseBox [\#5](https://github.com/petems/vagrant-puppet-install/issues/5)
126
120
 
127
121
  ## [v2.5.0](https://github.com/petems/vagrant-puppet-install/tree/v2.5.0) (2014-08-03)
128
-
129
122
  **Closed issues:**
130
123
 
131
124
  - "Not a valid version of Puppet" error [\#3](https://github.com/petems/vagrant-puppet-install/issues/3)
132
-
133
125
  - 1.4 / 1.5 vagrant compatibility [\#1](https://github.com/petems/vagrant-puppet-install/issues/1)
134
126
 
135
127
  **Merged pull requests:**
136
128
 
137
129
  - Install url tests and readme [\#4](https://github.com/petems/vagrant-puppet-install/pull/4) ([petems](https://github.com/petems))
138
-
139
130
  - Pulling from omnibus [\#2](https://github.com/petems/vagrant-puppet-install/pull/2) ([petems](https://github.com/petems))
140
131
 
141
132
 
data/Gemfile CHANGED
@@ -6,7 +6,7 @@ group :development do
6
6
  # We depend on Vagrant for development, but we don't add it as a
7
7
  # gem dependency because we expect to be installed within the
8
8
  # Vagrant environment itself using `vagrant plugin`.
9
- gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.7.4'
9
+ gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.9.7'
10
10
  end
11
11
 
12
12
  group :acceptance do
data/Rakefile CHANGED
@@ -6,6 +6,18 @@ require 'yard'
6
6
 
7
7
  YARD::Rake::YardocTask.new
8
8
 
9
+ begin
10
+ require 'github_changelog_generator/task'
11
+ require 'vagrant-puppet-install/version'
12
+ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
13
+ version = VagrantPlugins::PuppetInstall::VERSION
14
+ config.future_release = "v#{version}"
15
+ config.header = "# Change Log\n\nAll notable changes to this project will be documented in this file.\n"
16
+ config.exclude_labels = %w{duplicate question invalid wontfix modulesync}
17
+ end
18
+ rescue LoadError
19
+ end
20
+
9
21
  namespace :test do
10
22
  RSpec::Core::RakeTask.new(:unit) do |t|
11
23
  t.pattern = 'test/unit/**/*_spec.rb'
@@ -63,7 +63,9 @@ module VagrantPlugins
63
63
  elsif windows_guest?
64
64
  # No Windows Version yet
65
65
  else
66
- if @machine.config.puppet_install.puppet_version == 'latest' || @machine.config.puppet_install.puppet_version.match(/^4\..+/)
66
+ if @machine.config.puppet_install.puppet_version == 'latest' || @machine.config.puppet_install.puppet_version.match(/^5\..+/)
67
+ 'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_5_agent.sh'
68
+ elsif @machine.config.puppet_install.puppet_version.match(/^4\..+/)
67
69
  'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet_agent.sh'
68
70
  else
69
71
  'https://raw.githubusercontent.com/petems/puppet-install-shell/master/install_puppet.sh'
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PuppetInstall
3
- VERSION = '4.1.0'.freeze
3
+ VERSION = '5.0.0'.freeze
4
4
  end
5
5
  end
@@ -37,8 +37,8 @@ Vagrant.configure('2') do |config|
37
37
  trusty_361.vm.provision 'shell', inline: 'puppet --version'
38
38
  end
39
39
 
40
- config.vm.define :fedora_23 do |fedora_23|
41
- fedora_23.vm.box = "fedora/23-cloud-base"
40
+ config.vm.define :fedora_23 do |fedora_25|
41
+ fedora_23.vm.box = "fedora/25-cloud-base"
42
42
  fedora_23.puppet_install.puppet_version = :latest
43
43
 
44
44
  fedora_23.vm.provision :puppet do |puppet|
@@ -51,7 +51,7 @@ Vagrant.configure('2') do |config|
51
51
 
52
52
  config.vm.define :fedora_384 do |fedora_384|
53
53
  fedora_384.vm.box = "fedora/23-cloud-base"
54
- fedora_384.puppet_install.puppet_version = '3.8.4'
54
+ fedora_384.puppet_install.puppet_version = '3.8.1'
55
55
 
56
56
  fedora_384.vm.provision :puppet do |puppet|
57
57
  puppet.environment_path = File.expand_path('../../../support/environments', __FILE__)
@@ -63,7 +63,8 @@ Vagrant.configure('2') do |config|
63
63
 
64
64
  config.vm.define :debian_jessie_372 do |debian_jessie_372|
65
65
  debian_jessie_372.vm.box = "debian/jessie64"
66
- debian_jessie_372.puppet_install.puppet_version = '3.7.2'
66
+ debian_jessie_372.puppet_install.puppet_version = '3.7.2-4'
67
+ debian_jessie_372.puppet_install.validate_version = false
67
68
 
68
69
  debian_jessie_372.vm.provision :puppet do |puppet|
69
70
  puppet.environment_path = File.expand_path('../../../support/environments', __FILE__)
@@ -23,4 +23,5 @@ Gem::Specification.new do |spec|
23
23
  spec.add_development_dependency 'rspec', '~> 2.14.1'
24
24
  spec.add_development_dependency 'rubocop', '~> 0.17.0'
25
25
  spec.add_development_dependency 'pry'
26
+ spec.add_development_dependency 'github_changelog_generator'
26
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-puppet-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 5.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Chisamore
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-04-23 00:00:00.000000000 Z
13
+ date: 2017-07-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -82,6 +82,20 @@ dependencies:
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
+ - !ruby/object:Gem::Dependency
86
+ name: github_changelog_generator
87
+ requirement: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ type: :development
93
+ prerelease: false
94
+ version_requirements: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
85
99
  description: A Vagrant plugin that ensures the desired version of Puppet is installed
86
100
  via the Puppet Labs package repos.
87
101
  email:
@@ -139,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
153
  version: '0'
140
154
  requirements: []
141
155
  rubyforge_project:
142
- rubygems_version: 2.6.1
156
+ rubygems_version: 2.6.12
143
157
  signing_key:
144
158
  specification_version: 4
145
159
  summary: A Vagrant plugin that ensures the desired version of Puppet is installed