summaryrefslogtreecommitdiff
path: root/spec/classes
AgeCommit message (Collapse)Author
2015-04-23init: Do not include apt ourselves.Daniele Sluijters
Using `include apt` causes problems. If someone in the catalogue does an `class { 'apt: }` and we come after it with `include apt` this will work. However if the order is reversed we'll get a duplicate resource definition. Closes #12
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-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-15Fix to use the `mail` hash.Morgan Haskel
Testing unattended upgrades
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