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

Bugfix/missing long #587

Open
wants to merge 2 commits into
base: puppet4
Choose a base branch
from
Open

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    1bb3c7f View commit details
    Browse the repository at this point in the history
  2. Return 'long' type attributes as 'str'

    The `get_attribute_value` returns most values as type `str`, however
    there isn't an appropriate `elif` for the `long` type.
    
    This adds in that `elif` and casts a long variable as a `str`.
    Michael Power committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    852bff5 View commit details
    Browse the repository at this point in the history