Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | use the same name for the update_apt exec everywhere | Louis-Philippe Véronneau | |
2016-02-01 | [refactor] Unify `apt-get update` into one resource | varac | |
Before, there were two Execs that did an `apt-get update`, `Exec[refresh_apt]` and `Exec[apt_updated]`, which were triggered by different resources. This changes gets rid of the first one, and all resources now depend on `Exec[apt_updated]`. | |||
2015-08-31 | Add validation for apt::key's name. | intrigeri | |
It's great to document requirements in README, but error'ing out whenever the user messes up is even better IMO. | |||
2015-08-31 | Linting. | intrigeri | |
2015-06-11 | fix typo | Antoine Beaupré | |
2015-06-11 | allow for binary keys that can be removed | Antoine Beaupré | |
2015-06-11 | add apt::key resource to deploy arbitrary keys | Antoine Beaupré | |
the rationale of this is that isn't useful for third party modules, because they cannot inject keys in there without some serious apt class hijacking |