Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Quote apt-key variable parameter. | intrigeri | |
This is not perfect protection against special chars that the shell may interpret, but should help at least in case $name contains spaces. | |||
2015-08-26 | fix install location of apt::key::plain | Antoine Beaupré | |
2015-06-11 | allow for binary keys that can be removed | Antoine Beaupré | |