summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-22Merge pull request #8 from puppet-community/rake-travis-changelogDaniele Sluijters
Rake travis changelog
2015-04-22travis: Add testing with future parserDaniele Sluijters
2015-04-22travis: Newlines and no need for bundler_argsDaniele Sluijters
2015-04-22Gemfile: Remove unneeded groupsDaniele Sluijters
* development group is not needed (don't use blacksmith) * systems_tests is not needed (no Beaker tests)
2015-04-22Rakefile: CleanupDaniele Sluijters
* Remove acceptance test runner * Remove blacksmith
2015-04-22Add CHANGELOG in http://keepachangelog.com formatDaniele Sluijters
2015-04-22README: One 'h' too many [skip ci]Daniele Sluijters
2015-04-22README: Switch Travis shield to Travis [skip ci]Daniele Sluijters
2015-04-22Add shields for Travis and Puppet Forge [skip ci]Daniele Sluijters
2015-04-22Add CONTRIBUTING.mdDaniele Sluijters
Closes: #6
2015-04-22README: Document all the optionsDaniele Sluijters
2015-04-22init: Turn size into a single value.Daniele Sluijters
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.
2015-04-22metadata: We don't support PE prior to 3.2Daniele Sluijters
2015-04-22spec: Add a full set of tests.Daniele Sluijters
We now test: * Default behaviour on Debian * Default behaviour on Ubuntu * Setting all the possible settings
2015-04-22periodic: s/downlaod/downloadDaniele Sluijters
2015-04-22params: Don't set mail['to'].Daniele Sluijters
Setting it to 'undef' makes it the string undef, not having it set makes it undef/nil for Puppet.
2015-04-22unattended_upgrades: Only set MailOnError if trueDaniele Sluijters
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.
2015-04-22params: Remove 's' from `only_on_error` keyDaniele Sluijters
2015-04-22init: Merge the right way around.Daniele Sluijters
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.
2015-04-22unattended_upgrades: Use the _mail hashDaniele Sluijters
2015-04-22unattended_upgrades: Remove spurious newlinesDaniele Sluijters
2015-04-22periodic: Add empty comment line for consistencyDaniele Sluijters
2015-04-22periodic: Uncomment debdelta config lineDaniele Sluijters
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