Skip to content

elfranne/puppet-aptcacherng

 
 

Repository files navigation

aptcacherng

A Puppet module for managing apt-cacher-ng

Module usage

Simple usage:

include ::aptcacherng

Customize listen address and limit (with iptables) the IP ranges:

class { '::aptcacherng':
  listen_addresses   => ['localhost', 'apt.example.org'],
  allow_address_ipv4 => '10.182.130.0/24',
}

About

A Puppet module for managing apt-cacher-ng

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.3%
  • Puppet 23.4%
  • Ruby 22.3%