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

Feature/puppet helper util #292

Merged
merged 4 commits into from
May 7, 2015

Commits on May 6, 2015

  1. add bindings field to Action class in puppet_helper

    This field is used to access the object returned by getBinding().  This object
    is needed to access to a number of facilities, including the stdin.
    Joshua Hoblitt committed May 6, 2015
    Configuration menu
    Copy the full SHA
    f9b4d74 View commit details
    Browse the repository at this point in the history
  2. add Util class to puppet_helper

    Private methods don't appear to be "prviate" under groovy.  This utility class
    is for methods that should not be exposed as CLI options via the Action class.
    Joshua Hoblitt committed May 6, 2015
    Configuration menu
    Copy the full SHA
    afd17a6 View commit details
    Browse the repository at this point in the history
  3. move "private" credentials_for_username() method to Util class in pup…

    …pet_helper
    Joshua Hoblitt committed May 6, 2015
    Configuration menu
    Copy the full SHA
    3e99d14 View commit details
    Browse the repository at this point in the history
  4. factor heavy lifting of user_info() out to Util.userToMap() in puppet…

    …_helper
    
    This also changes the format of the JSON document generated by user_info().
    
    * removed api_token; split into api_toke_public & api_token_plain
    * changed public_keys; it is now a single list element per ssh public key
    * added password
    Joshua Hoblitt committed May 6, 2015
    Configuration menu
    Copy the full SHA
    c400514 View commit details
    Browse the repository at this point in the history