v1.1.0
Release 1.1.0 (2020-04-15)
-
Added new plans
patching::get_facts
to retrieve a set of facts from a list of targets
andpatching::set_facts
to set facts on a list of targets. This is used to assign
thepatching_group
fact so that we can query PuppetDB for group information in dynamic
Bolt inventories.Contributed by Nick Maludy (@nmaludy)
-
Fixed a bug with a hard coded wait for reboot. (Bug Fix)
Contributed by Michael Surato (@msurato)
-
Add
hostname
as a choice for patching::snapshot_vmware::target_name_property
It can be used in cases where target discovery uses fully qualified domain names
and VM names don't have domain name componentContributed by Vadym Chepkov (@vchepkov)
-
Fixed a bug in
patching::monitoring_solarwinds
plan wherepatching_monitoring_name_property
config value wasn't being honored. (Bug Fix)Contributed by Nick Maludy (@nmaludy)