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 the use of librarian puppet without a forge #328

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 16, 2015

  1. Allow the use of librarian puppet without a forge

    This update adds support for using librarian puppet without a forge.
    
    Setting the LIBRARIAN_PUPPET_USE_FORGE binary option in one of the
    configuration files will prevent the utility from reaching out to a
    forge for dependency resolution.
    
    Fixes rodjek#325
    trevor-vaughan committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    df85a34 View commit details
    Browse the repository at this point in the history
  2. Updated to be more git-friendly

    This update provides the following capabilities:
    
    * Users can now set the config boolean GIT_DESTRUCTIVE to have git
      repositories be force cleaned.
    * Target git repositories are treated as git repos and not just blindly
      overwritten
    * The branch name in the Puppetfile is preserved on git checkout
    * The VERBOSE flag in the config file will now output the module that is
      being processed. This provides a sane verbosity between debug and
      nothing.
    trevor-vaughan committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    13560d4 View commit details
    Browse the repository at this point in the history