mirror of
https://github.com/github/puppet-aptly
synced 2026-07-21 12:33:45 +00:00
No description
- Ruby 69.4%
- Puppet 28.5%
- Pascal 1.4%
- HTML 0.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| manifests | ||
| spec | ||
| templates/etc | ||
| tests | ||
| .fixtures.yml | ||
| .gitignore | ||
| .nodeset.yml | ||
| .travis.yml | ||
| CHANGELOG | ||
| CONTRIBUTING.md | ||
| Gemfile | ||
| LICENSE | ||
| metadata.json | ||
| Rakefile | ||
| README.md | ||
aptly
Puppet module for aptly.
Example usage
You need to include the apt module if you wish to install it
out-of-the-box.
include apt
Include with default parameters:
include aptly
Create 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.
License
See LICENSE file.