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

Prioritize install_smartcard_packages like package_*_installed #7224

Merged
merged 2 commits into from
Jul 14, 2021

Commits on Jul 8, 2021

  1. Prioritize install_smartcard_packages like package_*_installed

    Several smartcard rules have the problem that install_smartcard_packages
    is not appropriately ordered. In ComplianceAsCode#7208, we renamed the rule to match the
    pattern of package_*_installed. However, this approach breaks any
    existing tailoring and thus wasn't desired. Move to updating the Python
    to order this rule as a special case.
    
    Signed-off-by: Alexander Scheel <alex.scheel@canonical.com>
    cipherboy committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2752645 View commit details
    Browse the repository at this point in the history
  2. Add a little more determinism to rule ordering

    Signed-off-by: Alexander Scheel <alex.scheel@canonical.com>
    cipherboy committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    87be8d3 View commit details
    Browse the repository at this point in the history