Puppet module for aptly.
You need to include the apt module if you wish to install it
out-of-the-box.
include aptInclude with default parameters:
include aptlyCreate a mirror for manual update/snapshot/publish:
aptly::mirror { 'puppetlabs':
location => 'http://apt.puppetlabs.com/',
repos => ['main', 'dependencies'],
key => '4BD6EC30',
}Create an aptly repository to host local packages:
aptly::repo{ 'mylocalrepo': }See the class and defined type documentation for advanced usage.
See LICENSE file.