Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-23 | specs: manually define debian_nextcodename when expected to be used | Gabriel Filion | |
with puppet 4.x when you don't define the debian_nextcodename, compilation fails saying that the variable is unknown. since we have unit tests specifically for this fact's behaviour, we want to stub out the fact's value in other tests so that we can verify the logic of manifests is actually good. | |||
2017-08-23 | test: move release targets for debian | Gabriel Filion | |
In commit 8b45a8a, the release names were moved forward in order to follow the new Debian release. However, I didn't change the tests accordingly and thus the tests have been failing since then. | |||
2017-06-22 | puppet 4 compat: mark integer as string | Louis-Philippe Véronneau | |
2017-06-22 | Merge branch 'custom_dockerimage' into 'master' | LeLutin | |
Use official ruby docker image See merge request !63 | |||
2017-06-22 | Use official ruby docker image | Varac | |
2017-06-19 | Merge branch 'stretch_released' into 'master' | Jerome Charaoui | |
stretch was released See merge request !62 | |||
2017-06-18 | stretch was released | Gabriel Filion | |
buster+1's codename is known, and wheezy has been in LTS for some time already. | |||
2017-05-30 | Merge remote-tracking branch 'lelutin-gitlab/package' (Closes: #5) | intrigeri | |
2017-04-16 | README: slightly reword template usage for apt::package | Gabriel Filion | |
The current wording is not super clear on what type of file should be dropped in `site_apt/...`. | |||
2017-04-16 | package wrongly documented and used with content parameter | Gabriel Filion | |
There are some references to the old `content` parameter (from preseeded_package) that mistakenly weren't replaced with the new parameter `seedfile_content`. This meant the documentation was wrong and the `preseeded_package` wrapper was erroring out because of an unknown parameter. | |||
2017-04-16 | README: missing sentence end in deprecation notice for preseeded_package | Gabriel Filion | |
The missing dot made the announcement confusing. There are really two different informations in there that should be split. | |||
2017-02-24 | Merge branch 'master' into 'master' | LeLutin | |
Move old monolithic preferences files to mutiple preferences.d files (Fix #14) Closes #14 See merge request !61 | |||
2017-02-24 | define variables in templates with the right style | Louis-Philippe Véronneau | |
2017-02-24 | update the README with the new preferences.d behavior | Louis-Philippe Véronneau | |
2017-02-24 | ensure old monolithic preferences file is no more | Louis-Philippe Véronneau | |
2017-02-24 | seems puppet didn't like square brackets | Louis-Philippe Véronneau | |
2017-02-24 | add manage_preferences to init.pp | Louis-Philippe Véronneau | |
2017-02-24 | README: document new pin/pin_priority parameters to apt::package | Gabriel Filion | |
2017-02-24 | remove preferences.d files when not using them | Louis-Philippe Véronneau | |
2017-02-24 | Adjust README to show new parameter that's needed for preseeding. | Gabriel Filion | |
2017-02-24 | make use of preseed optional and disabled by default | Gabriel Filion | |
We currently can't use apt::package without preseeding. Also by default the preseed content is grabbed from an implicit template, which makes puppet runs fail for a non-obvious reason. To keep previous functionality, force use of seed file when using the deprecated apt::preseeded_package type. | |||
2017-02-24 | fix custom_preferences && refactor how they work | Louis-Philippe Véronneau | |
2017-02-24 | teach apt::package to mange pins for packages | Gabriel Filion | |
2017-02-24 | fix variable name (bis) | Louis-Philippe Véronneau | |
2017-02-24 | rename preseeded_package into package | Gabriel Filion | |
keep a wrapper in place with a deprecation notice for the old name so that ppl can know about the change and migrate to the new name | |||
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 | |