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

(PUP-9747) Relax validation for bolt #182

Merged
merged 1 commit into from
Jun 12, 2019

Commits on Jun 12, 2019

  1. (PUP-9747) Relax validation for bolt

    Bolt always provides all computed connection info attributes to tasks,
    instead of only the ones the user provided. Therefore we can't be strict
    when validating the passed in arguments.
    
    To limit the impact to bolt users, this change makes the relaxed validation
    trigger only when a `'remote-transport'` key is specified, as that is
    always provided by bolt.
    
    This also contains the docs changes from puppetlabs/puppet-specifications#142
    DavidS committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    9d80178 View commit details
    Browse the repository at this point in the history