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

Allow hash keys to be set to undef #60

Merged
merged 1 commit into from
Jan 10, 2015

Commits on Jan 6, 2015

  1. Allow hash keys to be set to undef

    This patch protects against the case where
    hash values happen to be set to :undef (Puppet's
    nilish representation). Previously, having nil
    values set to null caused a stack trace, now,
    with this patch, those hash values are simply
    dropped.
    
    It also gets rid of some trailing white-spaces and adds
    some initial tests for the consul_sorted_json function.
    bodepd committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    0a33716 View commit details
    Browse the repository at this point in the history