Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(FACT-3023) xen command: avoid xen-toolstack warning #2357

Merged
merged 1 commit into from Apr 23, 2021

Commits on Apr 20, 2021

  1. (FACT-3023) xen command: avoid xen-toolstack warning

    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.
    lollipopman committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    0f5b370 View commit details
    Browse the repository at this point in the history