summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-18stretch was releasedGabriel Filion
buster+1's codename is known, and wheezy has been in LTS for some time already.
2017-05-30Merge remote-tracking branch 'lelutin-gitlab/package' (Closes: #5)intrigeri
2017-04-16README: slightly reword template usage for apt::packageGabriel Filion
The current wording is not super clear on what type of file should be dropped in `site_apt/...`.
2017-04-16package wrongly documented and used with content parameterGabriel 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-16README: missing sentence end in deprecation notice for preseeded_packageGabriel Filion
The missing dot made the announcement confusing. There are really two different informations in there that should be split.
2017-02-24Merge 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-24define variables in templates with the right styleLouis-Philippe Véronneau
2017-02-24update the README with the new preferences.d behaviorLouis-Philippe Véronneau
2017-02-24ensure old monolithic preferences file is no moreLouis-Philippe Véronneau
2017-02-24seems puppet didn't like square bracketsLouis-Philippe Véronneau
2017-02-24add manage_preferences to init.ppLouis-Philippe Véronneau
2017-02-24README: document new pin/pin_priority parameters to apt::packageGabriel Filion
2017-02-24remove preferences.d files when not using themLouis-Philippe Véronneau
2017-02-24Adjust README to show new parameter that's needed for preseeding.Gabriel Filion
2017-02-24make use of preseed optional and disabled by defaultGabriel 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-24fix custom_preferences && refactor how they workLouis-Philippe Véronneau
2017-02-24teach apt::package to mange pins for packagesGabriel Filion
2017-02-24fix variable name (bis)Louis-Philippe Véronneau
2017-02-24rename preseeded_package into packageGabriel 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-24preferences.d/stable is the new preferencesLouis-Philippe Véronneau
2017-02-24fix variable nameLouis-Philippe Véronneau
2017-02-24add new preferences.d templatesLouis-Philippe Véronneau
2017-02-24move from monolithic preferences file to multiple preferences.d filesLouis-Philippe Véronneau
2017-02-24Add details about dpkg_statoverride to READMEMicah Anderson
Fix 'ressources' typo
2017-02-24Merge branch 'dpkg-statoverride' into 'master' Micah
Import apt::dpkg_statoverride from https://github.com/example42/puppet-apt. See merge request !59
2017-02-14Import apt::dpkg_statoverride from https://github.com/example42/puppet-apt.intrigeri
… at commit 714e393ca4b784b80006e39225d80179e109a8c3, and add copyright and licensing information.
2017-02-12Merge branch 'feature/debian_codename_to_version' into 'master' Micah
Add debian_codename_to_version parser function. See merge request !51
2017-02-12Merge remote-tracking branch 'sogeecom/master' into shared-masterintrigeri
2017-02-12Merge remote-tracking branch 'sogeecom/harmonize_style' into shared-masterintrigeri
2017-01-21minor style fixes to comply with CI warningsLouis-Philippe Véronneau
2017-01-21missed a few variables - fully qualify themLouis-Philippe Véronneau
2017-01-21fully qualify variables to remove inheritsLouis-Philippe Véronneau
2017-01-21use include instead of inheritsLouis-Philippe Véronneau
2017-01-21Dont pin rspec-core to old versionvarac
2017-01-21Fix preferences_snippet.pp for puppet 4varac
2017-01-21Do a simple compile test for nowvarac
2017-01-21Test for compile.with_all_depsvarac
2017-01-21Use undef as default for source parametervarac
2017-01-21Scope defines of apt_confvarac
2017-01-21Ignore spec/fixturesvarac
2017-01-21Add more factsvarac
2017-01-21Test multiple puppet versionsvarac
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