Commits on Aug 24, 2013

  1. Update for Forge Release

    acidprime committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    a14d83e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. Clean up install class

    The install class seems to be designed to make the logic decision on how
    to install r10k based on whether or not PE is being used. However, some
    of that logic had leaked out into the init.pp file, and the install/*.pp
    classes were redundant in many ways. This commit simplifies and reduces
    the apparent complexity of the class without changing the functional
    configuration.
    reidmv committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    4d06fd6 View commit details
    Browse the repository at this point in the history
  2. Add back 0.0.9 support (make, gcc)

    There are currently bugs in r10k 1.x which make using 0.x desireable
    in certain circumstances. However, 0.x requires make and gcc.
    Conditionally include those classes if necessary due to 0.x r10k version
    usage.
    
    When 1.x is just as good or better than 0.x, we can stop supporting
    0.x and remove these bits.
    
    Conflicts:
    	manifests/install.pp
    reidmv committed Sep 9, 2013
    1 Configuration menu
    Copy the full SHA
    5ef7009 View commit details
    Browse the repository at this point in the history
  3. Move environemnt logic from config.pp to params.pp

    Environment logic to set parameters can (and should) be located in the
    params.pp file, rather than spread throughout the codebase. Especially
    if in params.pp we are already performing a given conditional to set
    other variables.
    reidmv committed Sep 9, 2013
    Configuration menu
    Copy the full SHA
    ca59efc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Merge pull request #7 from reidmv/centralize_params_logic

    Move environemnt logic from config.pp to params.pp
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    b1751f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from reidmv/decomplexify_install_class

    Clean up install class
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    63b9436 View commit details
    Browse the repository at this point in the history
  3. Lint

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    585702f View commit details
    Browse the repository at this point in the history
  4. Fix issue with $remote

    Prior to this commit dynamic scoping was pulling the remote
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    3a47312 View commit details
    Browse the repository at this point in the history
  5. Tests

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    bf29083 View commit details
    Browse the repository at this point in the history
  6. Update source name

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    515bab8 View commit details
    Browse the repository at this point in the history
  7. Fix issues with remote

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    c478dd0 View commit details
    Browse the repository at this point in the history
  8. Change default to hash

    Prior to this commit we did some funky stuff in the erb template
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    3088b88 View commit details
    Browse the repository at this point in the history
  9. Update ERB template

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    1521d06 View commit details
    Browse the repository at this point in the history
  10. Lint

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    13f79c3 View commit details
    Browse the repository at this point in the history
  11. Lint

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    4b8343c View commit details
    Browse the repository at this point in the history
  12. Fix issues with source_name

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    43042c9 View commit details
    Browse the repository at this point in the history
  13. Update source_name

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    04a20cb View commit details
    Browse the repository at this point in the history
  14. Update Params

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    7caf391 View commit details
    Browse the repository at this point in the history
  15. Testing

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    c14acd6 View commit details
    Browse the repository at this point in the history
  16. Refactor usage of params

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    3fc124d View commit details
    Browse the repository at this point in the history
  17. Fix typo

    ```puppet
    err: Could not parse for environment production: Syntax error at 'else'; expected '}' at /opt/puppet/share/puppet/modules/r10k/manifests/config.pp:64
    err: Try 'puppet help parser validate' for usage
    
    ```
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    e85c628 View commit details
    Browse the repository at this point in the history
  18. Bugfix #2

    Prior to this commit we required a version of standard lib that did not work
    with PE3
    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    927fdf2 View commit details
    Browse the repository at this point in the history
  19. Forge Prep

    acidprime committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    0fe5f83 View commit details
    Browse the repository at this point in the history