summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-09Small fix typoFélix Barbeira
2015-09-21Merge pull request #26 from raoulbhatia/fixesIgor Galić
Enhancements by merging Debian defaults, puppetlabs-apt and own research
2015-09-10Merge pull request #25 from zeha/patch-1Igor Galić
Document auto -> clean
2015-09-09Enhance and bugfix tests for Ubuntu Vivid & WilyRaoul Bhatia
2015-09-09Enhance and bugfix tests for Debian & Ubuntu LTSRaoul Bhatia
2015-09-09Update origins by merging Debian defaults, puppetlabs-apt and own researchRaoul Bhatia
Default configuration was taken from the following archives file ./etc/apt/apt.conf.d/50unattended-upgrades Debian: * 6 Squeeze: unattended-upgrades_0.62.2+squeeze1_all.deb * 7 Wheezy: unattended-upgrades_0.79.5+wheezy2_all.deb * 8 Jessie: unattended-upgrades_0.83.3.2+deb8u1_all.deb Ubuntu: * 12.04LTS Precise Pangolin: unattended-upgrades_0.76ubuntu1.1_all.deb * 14.04LTS Trusty Tahr: unattended-upgrades_0.82.1ubuntu2.3_all.deb * 15.04 Vivid Vervet: unattended-upgrades_0.83.6ubuntu1_all.deb * 15.10 Wily Werewolf: unattended-upgrades_0.86.2ubuntu1_all.deb
2015-09-07Document auto -> cleanChristian Hofstaedtler
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-17Merge pull request #19 from lbdr/masterSpencer Krum
Support for Raspbian
2015-08-14Add tests for RaspbianLutz Bader
2015-08-14Add support for RaspbianLutz Bader
2015-07-16Merge pull request #17 from apeeters/fix_definedDaniele Sluijters
Check for strict_variables setting before using defined(), fixes compatibility with Puppet < 3.5.0
2015-07-16Check for strict_variables setting before using defined(), fixes ↵Adriaan Peeters
compatibility with Puppet < 3.5.0
2015-06-03Fix Allowed-Origins on Ubuntu so that updates are actually appliedChris Pick
Fix the typo in the default origins parameter for Ubuntu that was causing all unattended-upgrades to be disabled on Ubuntu machines by default.
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-23CHANEGLOG: Compare URL fixesDaniele Sluijters
2015-04-23Release 1.0.3Daniele Sluijters
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-23Merge pull request #11 from puppet-community/rspec-puppet-2.1.0Daniele Sluijters
Gemfile: Upgrade to rspec-puppet 2.1.0
2015-04-23Upgrade dependenciesDaniele Sluijters
* Use rspec-puppet 2.1+ (which now supports Puppet 4) * No longer allow the Puppet 4 builds to fail (the tests can run now) * Use the released version of the apt module
2015-04-22CHANGELOG: Fix the compare URL's.Daniele Sluijters
2015-04-22Merge branch '1.0.x'Daniele Sluijters
2015-04-22Fucking hell, build already.Daniele Sluijters
2015-04-221.0.2, in the hopes that this will buildDaniele Sluijters
2015-04-22Fucking hell, build already.Daniele Sluijters
2015-04-22Travis......Daniele Sluijters
2015-04-22Merge branch 'master' into 1.0.xDaniele Sluijters
2015-04-22travis: More deploy fiddlesDaniele Sluijters
2015-04-22Prep 1.0.1.Daniele Sluijters
2015-04-22Merge branch 'master' into 1.0.xDaniele Sluijters
2015-04-22travis: Build release branchesDaniele Sluijters
2015-04-22Merge branch 'master' into 1.0.xDaniele Sluijters
2015-04-22Revert "travis: Build everything for deploy."Daniele Sluijters
This reverts commit e1785808889df7a0c5a60b231a8822d6a20e88ea.
2015-04-22Merge branch 'master' into 1.0.xDaniele Sluijters
2015-04-22travis: Build everything for deploy.Daniele Sluijters
2015-04-22travis: Build everything for deploy.Daniele Sluijters
2015-04-22Merge pull request #10 from puppet-community/1.0.1-prepDaniele Sluijters
Prepare 1.0.1 release:
2015-04-22Prepare 1.0.1 release:Daniele Sluijters
* Update CHANGELOG
2015-04-22Merge pull request #9 from puppet-community/setup-deployDaniele Sluijters
Setup deploy
2015-04-22travis: Deploy to Puppet Forge on tagDaniele Sluijters
2015-04-22travis: Specify 2.1 instead of 2.1.xDaniele Sluijters
When specifying `rvm: 2.1` it'll automatically pick the latest Ruby 2.1 available.
2015-04-22README: Add Forge version badgeDaniele Sluijters
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