Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jtopjian/puppet-acng

Simple apt-cacher-ng puppet module
https://github.com/jtopjian/puppet-acng

Last synced: 4 days ago
JSON representation

Simple apt-cacher-ng puppet module

Awesome Lists containing this project

README

        

apt-cacher-ng puppet module
===========================

This is a very simple apt-cacher-ng puppet module.

Usage
-----

### Server

```puppet
class { 'acng::server': }
```

### client

```puppet
class { 'acng::client':
server => 'proxy.example.com',
}
```