Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | Include the protocol in the proxy URL | Gabriel Filion | |
The current proxy_client template makes it possible to communicate with the proxy only via HTTP. Add the protocol to the variable so that it's possible to change the protocol. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-25 | Add file headers for awareness of puppet presence | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-10-24 | Add apt_conf_snippet and use it where possible | Gabriel Filion | |
With the new define, it's easy to add an apt.conf snippet in apt.conf.d It accepts either 'sources' to get a static file or 'content' to define content inline or with the help of a template. Put it to use where we create files in apt.conf.d Finally, fix the dependancy to the apt_config file (however, I don't see the need for this dependancy) Signed-off-by: Gabriel Filion <lelutin@gmail.com> |