1. 18 Jul, 2019 1 commit
  2. 03 Aug, 2018 1 commit
  3. 12 Feb, 2018 1 commit
  4. 22 Aug, 2017 1 commit
  5. 06 Aug, 2017 1 commit
  6. 04 Aug, 2017 9 commits
  7. 21 Jun, 2016 1 commit
  8. 02 Jun, 2016 2 commits
  9. 19 May, 2016 2 commits
  10. 08 Feb, 2016 1 commit
  11. 10 Mar, 2015 4 commits
  12. 01 Mar, 2015 2 commits
  13. 12 Sep, 2014 1 commit
  14. 05 Jun, 2014 2 commits
  15. 04 Jun, 2014 2 commits
    • Dan's avatar
      Disallow duplicates · 81a3c7d5
      Dan authored
      This commit ensures that multiple modules matching the
      same name cannot be simultaneously installed.
      
      The last one specified will win. This allows Puppetfiles
      to refer to other Puppetfiles via eval where you can always
      trust that the later reffered to file will win.
      81a3c7d5
    • Dan Bode's avatar
      Merge pull request #22 from haf/feature/spec-pass · a4ab7e1e
      Dan Bode authored
      passing tests again
      a4ab7e1e
  16. 24 Jan, 2014 3 commits
  17. 03 Nov, 2013 1 commit
  18. 28 Oct, 2013 2 commits
  19. 15 Oct, 2013 1 commit
  20. 09 Oct, 2013 2 commits
    • Dan Bode's avatar
      minor refactor of update command · d910e68d
      Dan Bode authored
      This represents a minor refactor of the update
      command.
      
      - only fetches the required branch
      - still updates references
      - keeps track of independent checkout command
      
      This is a little hacky and necessary b/c it is
      currently necessary to add origin to your
      Puppetfile when specifying a branch.
      
      It keeps track of the specified reference for use
      for checkout, and also removes origin to serve as
      the remote branch name.
      d910e68d
    • Garrett Honeycutt's avatar
      Add update functionality · 5e272747
      Garrett Honeycutt authored
      This commit gives the ability to run with an update command which will
      only update git repo's that do not have a SHA-1 hash as the ref.
      5e272747