Commits on Apr 14, 2015

  1. Test fixes

    puppetlabs_spec_helper doesn't allow pinning to a branch instead of a
    tag/ref, and the requires are in the apt_conf not on the files.
    Morgan Haskel committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    8a99197 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from puppet-community/test_fixes

    Test fixes
    daenney committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    ed90628 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2015

  1. Fix to use the mail hash.

    Testing unattended upgrades
    Morgan Haskel committed Apr 15, 2015
    Configuration menu
    Copy the full SHA
    3d3c968 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Merge pull request #4 from mhaskel/test_updates

    Test updates
    daenney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    419898f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a0586e View commit details
    Browse the repository at this point in the history
  3. travis: Test only latest Ruby and Puppet.

    Since this module contains no Ruby code there's really no point in
    running a matrix for all Ruby versions. We trust Puppet to work on the
    different Ruby versions so all we need is to run the different versions
    of Puppet.
    
    We use Ruby 2.1.6 since 2.2.x causes Puppet 3 and 4 to crash.
    
    We need to allow Puppet 4 builds to break right now because rspec-puppet
    doesn't work with it.
    daenney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    99b1b4a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from puppet-community/all-the-rubies-and-puppets

    travis: Test only latest Ruby and Puppet.
    daenney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    a3e907f View commit details
    Browse the repository at this point in the history
  5. travis: Only ever build the master branch

    This will stop us from building branches that people with push access push to instead of fork+PR.
    daenney committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c5ebe19 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2015

  1. Add metadata.json

    Morgan Haskel committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    33043fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from mhaskel/add_metadata

    Add metadata.json
    nibalizer committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    7f46c4f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2015

  1. init: No need for the ordering.

    Apt class takes care of this well enough for us.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    d059432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3b08ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de6c46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd99614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80c5f0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37bcfc2 View commit details
    Browse the repository at this point in the history
  7. init: Merge the right way around.

    First take the defaults and the merge the user passed in options into
    them, not the other way around as then our defaults end up overriding
    some of the keys users pass in.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    5d6c2d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b36c99e View commit details
    Browse the repository at this point in the history
  9. unattended_upgrades: Only set MailOnError if true

    When MailOnError is not set it will mail for everything by default so it
    only makes sense to have that key if we want it set to true.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    30bb4f4 View commit details
    Browse the repository at this point in the history
  10. params: Don't set mail['to'].

    Setting it to 'undef' makes it the string undef, not having it set makes
    it undef/nil for Puppet.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    0bf9d7d View commit details
    Browse the repository at this point in the history
  11. periodic: s/downlaod/download

    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    a8d212e View commit details
    Browse the repository at this point in the history
  12. spec: Add a full set of tests.

    We now test:
    * Default behaviour on Debian
    * Default behaviour on Ubuntu
    * Setting all the possible settings
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    b1969c0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6ca166 View commit details
    Browse the repository at this point in the history
  14. init: Turn size into a single value.

    The `size` hash could only ever have the `max` key so it makes more
    sense to have this as a plain value.
    
    This also upgrades the dependency on stdlib to 4.6.0 since we're using
    the new `validate_integer` function.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    355e766 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35b3c06 View commit details
    Browse the repository at this point in the history
  16. Add CONTRIBUTING.md

    Closes: #6
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    c63b9f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    720ca4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b4642f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a39191a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    114148c View commit details
    Browse the repository at this point in the history
  21. Rakefile: Cleanup

    * Remove acceptance test runner
    * Remove blacksmith
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    fd169dc View commit details
    Browse the repository at this point in the history
  22. Gemfile: Remove unneeded groups

    * development group is not needed (don't use blacksmith)
    * systems_tests is not needed (no Beaker tests)
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    0ea6ff4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a15cfe9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9a71239 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #8 from puppet-community/rake-travis-changelog

    Rake travis changelog
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    ee4481b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a57d14c View commit details
    Browse the repository at this point in the history
  27. travis: Specify 2.1 instead of 2.1.x

    When specifying `rvm: 2.1` it'll automatically pick the latest Ruby 2.1
    available.
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    db1211f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    085ff58 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #9 from puppet-community/setup-deploy

    Setup deploy
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    322a6d4 View commit details
    Browse the repository at this point in the history
  30. Prepare 1.0.1 release:

    * Update CHANGELOG
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    baa0a6c View commit details
    Browse the repository at this point in the history
  31. Merge pull request #10 from puppet-community/1.0.1-prep

    Prepare 1.0.1 release:
    daenney committed Apr 22, 2015
    Configuration menu
    Copy the full SHA
    265114f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e178580 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f85c8cf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f6742dd View commit details
    Browse the repository at this point in the history