| PR: https://github.com/puppetlabs/facter/pull/2357 Description from PR:
xen-toolstack is deprecated and so on Puppet runs in Debian buster you receive this nettlesome message:
warning: something called deprecated script /usr/lib/xen-common/bin/xen-toolstack
Prior to this change we used xen-toolstack if it is present, but that is only necessary if more than one stack is installed. Instead check if we have multiple tool stacks and if we do use xen-toolstack if it is present.
Additional context from bugs.debian.org: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912381#39
This is not breaking, but we should avoid calling deprecated scripts in our resolvers. |