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

Add ability to specify a symlink for r10k.yaml #41

Merged
merged 3 commits into from
Jun 2, 2014

Commits on Apr 26, 2014

  1. Add ability to specify a symlink for r10k.yaml

    This patch allows me to have a symlink for r10k.yaml that points to
    where the config file is located. This is useful if you want to put the
    config file in a non-standard location while not having to tell r10k to
    look in a different place for the config file.
    ghoneycutt committed Apr 26, 2014
    Configuration menu
    Copy the full SHA
    ce391a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e49858 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Add parameter to optionally include prerun_command class

    This patch allows you to parameterize the inclusion of
    r10k::prerun_command and keep you from having to include a separate
    class. The code optionally does an include on the class in order to
    maintain backward compatibility. Recommend that in a future release the
    code from the prerun_command class is moved into the r10k class where it
    is currently being included.
    ghoneycutt committed May 13, 2014
    Configuration menu
    Copy the full SHA
    a012dff View commit details
    Browse the repository at this point in the history