Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | Fix order, unknown variable | kwadronaut | |
By including the common module first, you won't get ugliness like this: Nov 14 10:29:02 - [citest79656] Warning: Unknown variable: 'apt::apt_base_dir'. at /srv/leap/puppet/code/modules/apt/manifests/config.pp:69:15 Nov 14 10:29:02 - [citest79656] Warning: Unknown variable: 'apt::apt_base_dir'. at /srv/leap/puppet/code/modules/apt/manifests/config.pp:77:30 Nov 14 10:29:02 - [citest79656] Warning: Unknown variable: 'apt::apt_base_dir'. at /srv/leap/puppet/code/modules/apt/manifests/config.pp:78:30 | |||
2018-01-08 | Merge remote-tracking branch 'lelutin-gitlab/issue_22' (Closes #22) | intrigeri | |
2018-01-08 | Merge branch 'puppet4_compat' into 'master' | intrigeri | |
puppet 4 compat: mark integer as string See merge request shared-puppet-modules-group/apt!64 | |||
2017-09-25 | replace old httpredir by new deb.debian.org | Louis-Philippe Véronneau | |
2017-07-02 | lint preferences.pp | Gabriel Filion | |
that file is using multiple coding style elements that don't follow community best practices which are designed to make code easier to read. | |||
2017-07-02 | Deploy forgotten fallback for debian to avoid upgrade mishaps | Gabriel Filion | |
During the change from the monolithic preferences file to the series of snippets in preferences.d, one part was left out possibly as an oversight, which prevents installing packages by mistake that belong to a release that hasn't been explicitely pinned. | |||
2017-07-02 | Rename "stable" preferences file to "current_codename" | Gabriel Filion | |
The file that we call "stable" can make apt actually pin testing or sid if one of these is the running codename, which is nothing stable. In order to make this file's name more relevant it should be named current_codename. | |||
2017-06-22 | puppet 4 compat: mark integer as string | Louis-Philippe Véronneau | |
2017-05-30 | Merge remote-tracking branch 'lelutin-gitlab/package' (Closes: #5) | intrigeri | |
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-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 | remove preferences.d files when not using them | Louis-Philippe Véronneau | |
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 | 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 | move from monolithic preferences file to multiple preferences.d files | Louis-Philippe Véronneau | |
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 remote-tracking branch 'sogeecom/master' 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 | Fix preferences_snippet.pp for puppet 4 | varac | |
2017-01-21 | Use undef as default for source parameter | varac | |
2017-01-21 | Scope defines of apt_conf | varac | |
2016-12-30 | more ; to , | Louis-Philippe Véronneau | |
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 | Fix preferences_snippet.pp for puppet 4 | varac | |
2016-11-04 | Use undef as default for source parameter | varac | |
2016-11-04 | Scope defines of apt_conf | varac | |
2016-09-22 | fix missing whitespace | Tech SOGEECOM | |
2016-09-22 | fix issue #15 | Tech SOGEECOM | |
2016-07-01 | Merge remote-tracking branch 'shared/master' into drop_lenny_squeeze_support | intrigeri | |
2016-06-30 | Take out comment referencing squeeze, see issue #14 | Jérôme Charaoui | |
2016-06-30 | Remove backports_url parameter. | Jérôme Charaoui | |
For jessie and later releases, backports use debian_url. | |||
2016-06-29 | Drop Debian lenny and squeeze support. | Jérôme Charaoui | |