Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eirc/puppet-aptcacher

Install and manage apt cacher servers and clients via puppet.
https://github.com/eirc/puppet-aptcacher

Last synced: about 2 months ago
JSON representation

Install and manage apt cacher servers and clients via puppet.

Awesome Lists containing this project

README

        

aptcacher
=========

Install and manage apt cacher servers and clients via puppet.

Server
------

node apt-server {
aptcacher::conf { 'config':
ensure => present,
source => 'puppet:///files/aptcacher/config',
}
}

Client
------

node apt-client {
aptcacher::client { 'client':
server => 'http://apt-server:3142',
}
}

License
-------

Apache License, Version 2.0

Contact
-------

Eric Cohen

Support
-------

Please log tickets and issues at our [Github issues page](https://github.com/eirc/puppet-aptcacher/issues)