summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-21Improve tests setupvarac
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb
2017-01-21Compile test, test apt::confvarac
2017-01-21Fix CI, dont install beaker on gitlab CIvarac
- Don't install `system-tests` gem group for rspec tests on CI - Use leapcode/ruby docker image because it has a more default ruby installation than the 'official' one. - Use `/var/cache/gitlab-runner/` as gem install path so we can cache this folder later
2017-01-21Always set debian_nextcodename to 'sid' on systems running testing,Jérôme Charaoui
fixes #12
2016-12-30more ; to ,Louis-Philippe Véronneau
2016-12-30Dont pin rspec-core to old versionvarac
2016-12-23Dont pin rspec-core to old versionvarac
2016-12-22missing single quotesLouis-Philippe Véronneau
2016-12-22fix errors by replacing some semicolons by commasLouis-Philippe Véronneau
2016-12-22use double quotes not to have to escape single onesLouis-Philippe Véronneau
2016-12-22mark packages as present instead of installed to be consistentLouis-Philippe Véronneau
2016-12-22make sure every object ends with either a comma or a semicolonLouis-Philippe Véronneau
2016-12-22use the same name for the update_apt exec everywhereLouis-Philippe Véronneau
2016-12-22move parts of init.pp to config.pp^& install.pp to increase readabilityLouis-Philippe Véronneau
2016-12-22fix array identationLouis-Philippe Véronneau
2016-12-22fix missing/superfluous newline at the end/beginning of filesLouis-Philippe Véronneau
2016-12-22harmonize variable alignmentLouis-Philippe Véronneau
2016-12-22indent packages correctlyLouis-Philippe Véronneau
2016-11-04Merge branch 'puppet4' into 'master' Micah
Puppet4 Fixes stuff for puppet 4 See merge request !54
2016-11-04Merge branch 'improve_tests' into 'master' Micah
Improve tests See merge request !53
2016-11-04Fix preferences_snippet.pp for puppet 4varac
2016-11-04Do a simple compile test for nowvarac
2016-11-04Test for compile.with_all_depsvarac
2016-11-04Use undef as default for source parametervarac
2016-11-04Scope defines of apt_confvarac
2016-11-04Ignore spec/fixturesvarac
2016-11-03Add more factsvarac
2016-11-03Test multiple puppet versionsvarac
2016-11-02Improve tests setupvarac
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb
2016-11-02Compile test, test apt::confvarac
2016-11-02Merge remote-tracking branch 'shared/master' into ↵intrigeri
feature/debian_codename_to_version
2016-11-01Merge branch 'fix_ci' into 'master' ng
Fix CI, dont install beaker on gitlab CI - Rename `system_tests` group to `acceptance` in Gemfile - Don't install `acceptance` group for rspec tests on CI - Use leapcode/ruby docker image because it has a more default ruby installation than the 'official' one. See merge request !52
2016-11-01Fix CI, dont install beaker on gitlab CIvarac
- Don't install `system-tests` gem group for rspec tests on CI - Use leapcode/ruby docker image because it has a more default ruby installation than the 'official' one. - Use `/var/cache/gitlab-runner/` as gem install path so we can cache this folder later
2016-10-29Merge branch 'fix_nextcodename_on_testing' into 'master' Jerome Charaoui
Always set debian_nextcodename to 'sid' on systems running testing, fixes #12 See merge request !49
2016-10-29Add debian_codename_to_version parser function.intrigeri
I need it to make libvirt::host::di_netboot_assistant::distribution use debian-installer-*-netboot-* packages without breaking backwards compatibility. refs: https://labs.riseup.net/code/issues/10092
2016-09-22fix missing whitespaceTech SOGEECOM
2016-09-22fix issue #15Tech SOGEECOM
2016-07-01Merge remote-tracking branch 'shared/master' into drop_lenny_squeeze_supportintrigeri
2016-06-30Take out comment referencing squeeze, see issue #14Jérôme Charaoui
2016-06-30Remove squeeze special-case from unattended-upgrades template.Jérôme Charaoui
2016-06-30Remove backports_url parameter.Jérôme Charaoui
For jessie and later releases, backports use debian_url.
2016-06-30Remove references to backports_url parameter and squeeze from README.Jérôme Charaoui
2016-06-29Drop Debian lenny and squeeze support.Jérôme Charaoui
2016-06-29Merge branch 'bugfix/reboot-required-jessie' into 'master' Jerome Charaoui
Bugfix/reboot required jessie I've mistakenly marked !40 as merged :/ See merge request !46
2016-06-29Merge branch 'feature/8-make_dist-upgrade_timeout_configurable' into 'master' LeLutin
apt::dist_upgrade: add a timeout parameter (#8). See merge request !45
2016-06-29Merge branch 'bugfix/drop-obsolete-code-and-global-variable-in-apt-cron' ↵LeLutin
into 'master' Drop apt::cron::download, and turn $apt_cron_hours into a class parameter for ap… …t::cron::dist_upgrade. I've introduced apt::cron::download, am not using it anymore, and have never seen anyone else submit a bug or a merge request for it. Thus, I feel pretty confident in dropping it. And this allows me to trivially get rid of the $apt_cron_hours global variable noticed by LeLutin in #13. (I've mistakenly marked !44 as merged) See merge request !47
2016-06-29Fix missing quote in IPADDRESSES assignment in apticron configJérôme Charaoui
2016-06-29Remove redundant symlinks for the Debian apticron template, fixes #2Jérôme Charaoui
2016-06-29Remove redundant symlinks for the Debian listchanges template, fixes #2Jérôme Charaoui
2016-06-29Move documentation to README, and expand a bit on it.intrigeri