Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtopjian/puppet-acng
- Owner: jtopjian
- License: bsd-3-clause
- Created: 2012-12-01T01:00:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T17:56:09.000Z (almost 3 years ago)
- Last Synced: 2023-03-23T03:01:32.707Z (over 1 year ago)
- Language: Puppet
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
}
```