Skip to content

Commit

Permalink
Version 2.1.1 - Fix auto_reboot options (#4)
Browse files Browse the repository at this point in the history
UPDATE:  Recipe::Proxy to include auto_reboot override option
UPDATE:  Recipe::HostMgmt to include auto_reboot override option
UPDATE:  Readme with this information
UPDATE:  Changelog
Bump:    Metadata to version 2.1.1
  • Loading branch information
goodrum authored Aug 25, 2018
1 parent cc8190c commit 2af227e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log information for Veeam Cookbook

## Version 2.1.1
2018-08-25

Minor fix update to include `auto_reboot` override to the Recipe::Proxy and Recipe::HostMgmt

## Version 2.1
2018-08-24

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ If the automatic upgrade should be skipped then set the following attribute on t
Ongoing updates are automatically handled by the following included recipes:
- standalone_complete
- proxy_server
- host_mgmt
- upgrade


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs/Configures Veeam Backup and Recovery'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.1.0'
version '2.1.1'
chef_version '>= 12.5' if respond_to?(:chef_version)

supports 'windows'
Expand Down
1 change: 1 addition & 0 deletions recipes/host_mgmt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
package_url node['veeam']['installer']['update_url']
package_checksum node['veeam']['installer']['update_checksum']
keep_media node['veeam']['upgrade']['keep_media']
auto_reboot node['veeam']['reboot_on_upgrade']
action :install
end

Expand Down
1 change: 1 addition & 0 deletions recipes/proxy_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
package_url node['veeam']['installer']['update_url']
package_checksum node['veeam']['installer']['update_checksum']
keep_media node['veeam']['upgrade']['keep_media']
auto_reboot node['veeam']['reboot_on_upgrade']
action :install
end

Expand Down

0 comments on commit 2af227e

Please sign in to comment.