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

Use GPG for rvm verification. #285

Merged
merged 3 commits into from
Dec 20, 2014

Commits on Dec 15, 2014

  1. Use GPG for rvm verification.

    rvm will fail to install if GPG is present on the system, but the key
    for rvm is not found.
    This behaviour will be skipped if the `gpg_key` node is an empty string.
    Fixes sous-chefs#278
    lukeasrodgers committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    062806f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Check for presence of gpg2 as well as gpg.

    Apparently some servers may have the former instead of the latter.
    lukeasrodgers committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    7e90dfc View commit details
    Browse the repository at this point in the history
  2. Checking for gpg2 requires that we also *actually use* that command.

    Defaulting to gpg2, for parity with rvm.
    lukeasrodgers committed Dec 19, 2014
    2 Configuration menu
    Copy the full SHA
    10df50e View commit details
    Browse the repository at this point in the history