Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-24 | remove preferences.d files when not using them | Louis-Philippe Véronneau | |
2017-02-24 | fix custom_preferences && refactor how they work | Louis-Philippe Véronneau | |
2017-02-24 | fix variable name (bis) | Louis-Philippe Véronneau | |
2017-02-24 | preferences.d/stable is the new preferences | Louis-Philippe Véronneau | |
2017-02-24 | fix variable name | Louis-Philippe Véronneau | |
2017-02-24 | add new preferences.d templates | Louis-Philippe Véronneau | |
2017-02-24 | move from monolithic preferences file to multiple preferences.d files | Louis-Philippe Véronneau | |
2017-02-24 | Add details about dpkg_statoverride to README | Micah Anderson | |
Fix 'ressources' typo | |||
2017-02-24 | Merge branch 'dpkg-statoverride' into 'master' | Micah | |
Import apt::dpkg_statoverride from https://github.com/example42/puppet-apt. See merge request !59 | |||
2017-02-14 | Import apt::dpkg_statoverride from https://github.com/example42/puppet-apt. | intrigeri | |
… at commit 714e393ca4b784b80006e39225d80179e109a8c3, and add copyright and licensing information. | |||
2017-02-12 | Merge branch 'feature/debian_codename_to_version' into 'master' | Micah | |
Add debian_codename_to_version parser function. See merge request !51 | |||
2017-02-12 | Merge remote-tracking branch 'sogeecom/master' into shared-master | intrigeri | |
2017-02-12 | Merge remote-tracking branch 'sogeecom/harmonize_style' into shared-master | intrigeri | |
2017-01-21 | minor style fixes to comply with CI warnings | Louis-Philippe Véronneau | |
2017-01-21 | missed a few variables - fully qualify them | Louis-Philippe Véronneau | |
2017-01-21 | fully qualify variables to remove inherits | Louis-Philippe Véronneau | |
2017-01-21 | use include instead of inherits | Louis-Philippe Véronneau | |
2017-01-21 | Dont pin rspec-core to old version | varac | |
2017-01-21 | Fix preferences_snippet.pp for puppet 4 | varac | |
2017-01-21 | Do a simple compile test for now | varac | |
2017-01-21 | Test for compile.with_all_deps | varac | |
2017-01-21 | Use undef as default for source parameter | varac | |
2017-01-21 | Scope defines of apt_conf | varac | |
2017-01-21 | Ignore spec/fixtures | varac | |
2017-01-21 | Add more facts | varac | |
2017-01-21 | Test multiple puppet versions | varac | |
2017-01-21 | Improve tests setup | varac | |
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb | |||
2017-01-21 | Compile test, test apt::conf | varac | |
2017-01-21 | Fix CI, dont install beaker on gitlab CI | varac | |
- 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-21 | Always set debian_nextcodename to 'sid' on systems running testing, | Jérôme Charaoui | |
fixes #12 | |||
2016-12-30 | more ; to , | Louis-Philippe Véronneau | |
2016-12-30 | Dont pin rspec-core to old version | varac | |
2016-12-23 | Dont pin rspec-core to old version | varac | |
2016-12-22 | missing single quotes | Louis-Philippe Véronneau | |
2016-12-22 | fix errors by replacing some semicolons by commas | Louis-Philippe Véronneau | |
2016-12-22 | use double quotes not to have to escape single ones | Louis-Philippe Véronneau | |
2016-12-22 | mark packages as present instead of installed to be consistent | Louis-Philippe Véronneau | |
2016-12-22 | make sure every object ends with either a comma or a semicolon | Louis-Philippe Véronneau | |
2016-12-22 | use the same name for the update_apt exec everywhere | Louis-Philippe Véronneau | |
2016-12-22 | move parts of init.pp to config.pp^& install.pp to increase readability | Louis-Philippe Véronneau | |
2016-12-22 | fix array identation | Louis-Philippe Véronneau | |
2016-12-22 | fix missing/superfluous newline at the end/beginning of files | Louis-Philippe Véronneau | |
2016-12-22 | harmonize variable alignment | Louis-Philippe Véronneau | |
2016-12-22 | indent packages correctly | Louis-Philippe Véronneau | |
2016-11-04 | Merge branch 'puppet4' into 'master' | Micah | |
Puppet4 Fixes stuff for puppet 4 See merge request !54 | |||
2016-11-04 | Merge branch 'improve_tests' into 'master' | Micah | |
Improve tests See merge request !53 | |||
2016-11-04 | Fix preferences_snippet.pp for puppet 4 | varac | |
2016-11-04 | Do a simple compile test for now | varac | |
2016-11-04 | Test for compile.with_all_deps | varac | |
2016-11-04 | Use undef as default for source parameter | varac | |