summaryrefslogtreecommitdiff
path: root/manifests/package.pp
AgeCommit message (Collapse)Author
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-24teach apt::package to mange pins for packagesGabriel Filion
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