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

Calling "pkg update -n" on Solaris too frequently causes problems with zones #9298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. Calling "pkg update -n" on Solaris too frequently causes problems wit…

    …h zones
    
    On a Solaris system, running "pkg update -n" in the global zone at the same time that it is running in a non-global zone, can cause the command to fail in one or the other.
    
    If we have puppet running this command, it causes the puppet run to fail for that specific resource.
    
    This patch removes some unnecessary calls to this command, and appropriately updates rspec.
    alanhargreaves committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3fd65d7 View commit details
    Browse the repository at this point in the history