Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eirc/puppet-aptcacher
- Owner: eirc
- Created: 2012-11-03T13:03:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-27T23:16:50.000Z (over 11 years ago)
- Last Synced: 2023-03-12T08:37:21.380Z (almost 2 years ago)
- Language: Puppet
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
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)