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

6922 fix network error errors #51343

Merged
merged 2 commits into from
Jan 27, 2019

Commits on Jan 25, 2019

  1. Make debian_ip error messages handle non-text vals

    Right now it fails, badly, when an invalid value was passed, obscuring
    the real problem(s).
    
    This makes it str-ify the values first.
    
    Signed-off-by: Wayne Werner <wwerner@saltstack.com>
    waynew committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    2b63f87 View commit details
    Browse the repository at this point in the history
  2. Make rh_ip error messages handle non-text values

    Previously, like the debian module, this would blow up with invalid
    values. Now it shows the proper error message. It looks like the
    incorrect behavior was introduced in the commit on
    
    Wed Apr 4 18:31:00 2012 -0600 - 45aaf46
    
    Signed-off-by: Wayne Werner <wwerner@saltstack.com>
    waynew committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    28f2465 View commit details
    Browse the repository at this point in the history