summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2017-10-13Adds Debian 9 - Stretch Supportpuppet3Peter Souter
* Stretch is now stable * Add Stretch to metadata.json * Updates specs (Waiting in FacterDB support)
2017-10-13Update Debian upstream namesRobin Pronk
* Wheezy is now oldoldstable * jessie oldstable * stretch stable * Add Stretch to supported releases
2017-01-04modulesync 0.16.7Tim Meusel
2016-12-21modulesync 0.16.4Tim Meusel
2016-12-02modulesync 0.16.3Tim Meusel
2016-11-03Include the release pocket on Ubuntu Xenial and Yakkety.Michael Gooden
As per https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1624641 the release pocket should be included to allow additional dependencies to be installed if required by a security update. Signed-off-by: Michael Gooden <me@michaelgooden.net>
2016-11-02modulesync 0.15.0Tim Meusel
2016-11-02Fix several rubocop issuesDennis Hoppe
2016-10-21Update based on voxpupuli/modulesync_config 0.14.1Dennis Hoppe
2016-10-05rubocop: fix Style/ClosingParenthesisIndentationTim Meusel
2016-09-12Ubuntu: Issue EOL warning for unsupported release.Raoul Bhatia
2016-09-12lsbrelease: This legacy fact is hidden by default in Facter’s command-line ↵Raoul Bhatia
output. See https://docs.puppet.com/facter/latest/core_facts.html#lsbrelease
2016-09-12Ubuntu: Add 16.04 Xenial Xerus and 16.10 Yakkety Yak.Raoul Bhatia
2016-08-08modulesync 0.12.0Tim Meusel
2016-07-29modulesync 0.11.0Tim Meusel
2016-07-11rubocop: disable Style/RegexpLiteralTim Meusel
this cop doesn't make much sense in our spec file. the regex delimiter would be {}, but we often have to test for these braces.
2016-07-11rubocop: fix Style/MultilineBlockLayoutTim Meusel
2016-07-11rubocop: fix Style/TrailingCommaInArgumentsTim Meusel
2016-07-11rubocop: fix Style/TrailingCommaInLiteralTim Meusel
2016-07-11improve spec testsTim Meusel
2016-07-11modulesync 0.9.1Tim Meusel
2016-05-29LinuxMint: Add support for Linux MintRaoul Bhatia
2016-05-26mock lsbdistrelease on ubuntuTim Meusel
2016-05-26modulesync 0.6.3Tim Meusel
2016-03-31add options supportb4ldr
fix ruby 1.9 hash correct
2016-03-21Add parameter to control reboot timeMatthias Pigulla
2016-03-20Update from voxpupuli modulesync_configJoseph Yaworski
2016-02-05unattended_upgrades: default `notify_update` to falseDaniele Sluijters
The settings that we write for unattended-upgrades, though part of `/etc/apt` on the filesystem, do not affect apt's behaviour. As such notifying `apt::update` only serves to slow us down.
2016-02-05spec: use :parameter instead of 'option'Daniele Sluijters
2016-01-08Remediate rubocop offensesRob Nelson
2016-01-08Update from voxpupuli modulesync_configIgor Galić
2015-10-26Include variable 'RandomSleep'.Felix Barbeira
When the apt job starts, it will sleep for a random period between 0 and APT::Periodic::RandomSleep seconds. The default value is "1800" so that the script will stall for up to 30 minutes (1800 seconds) so that the mirror servers are not crushed by everyone running their updates all at the same time. Only set this to 0 if you use a local mirror and don't mind the load spikes. Note that while the apt job is sleeping it will cause the execution of the rest of your cron.daily jobs to be delayed.
2015-09-09Enhance and bugfix tests for Ubuntu Vivid & WilyRaoul Bhatia
2015-09-09Enhance and bugfix tests for Debian & Ubuntu LTSRaoul Bhatia
2015-09-02Merge pull request #14 from cpick/fix-ubuntu-originsIgor Galić
unattended-upgrades are broken on Ubuntu by default due to origins typo
2015-08-14Add tests for RaspbianLutz Bader
2015-06-03Add test demonstrating bad Allowed-Origins for UbuntuChris Pick
There is a typo in the default origins parameter for Ubuntu (the leading dollar sign and brace for the 'distro_codename' fields are transposed). This causes all unattended-upgrades to be disabled on Ubuntu machines by default.
2015-06-03Fix Ubuntu trusty spec typoChris Pick
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