11,902 downloads
10,164 latest version
3.5 quality score
Add this module to a Bolt project:
bolt module add jtopjian-apt_mirror
Add this declaration to your Puppetfile:
mod 'jtopjian-apt_mirror', '1.1.3'
Manually install this module with Puppet module tool:
puppet module install jtopjian-apt_mirror --version 1.1.3
Downloading to your local machine is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code or for testing purposes.
A simple Puppet module for apt-mirror.
class { 'apt_mirror': } apt_mirror::mirror { 'puppetlabs': mirror => 'apt.puppetlabs.com', os => '', release => 'precise', components => ['main'], }