summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22init: Merge the correct hashesDaniele Sluijters
2015-04-22init: No need for the ordering.Daniele Sluijters
Apt class takes care of this well enough for us.
2015-04-21Merge pull request #7 from mhaskel/add_metadataSpencer Krum
Add metadata.json
2015-04-21Add metadata.jsonMorgan Haskel
2015-04-17travis: Only ever build the master branchDaniele Sluijters
This will stop us from building branches that people with push access push to instead of fork+PR.
2015-04-17Merge pull request #5 from puppet-community/all-the-rubies-and-puppetsDaniele Sluijters
travis: Test only latest Ruby and Puppet.
2015-04-17travis: Test only latest Ruby and Puppet.Daniele Sluijters
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.
2015-04-17travis: Enable strict variablesDaniele Sluijters
2015-04-17Merge pull request #4 from mhaskel/test_updatesDaniele Sluijters
Test updates
2015-04-15Fix to use the `mail` hash.Morgan Haskel
Testing unattended upgrades
2015-04-14Merge pull request #1 from puppet-community/test_fixesDaniele Sluijters
Test fixes
2015-04-14Test fixesMorgan Haskel
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.
2015-04-14Initial commit (this is not finished).Daniele Sluijters