# puppet-aptly **Repository Path**: mirrors_github/puppet-aptly ## Basic Information - **Project Name**: puppet-aptly - **Description**: Puppet module for aptly - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aptly Puppet module for [aptly](http://www.aptly.info/). ## Example usage You need to include the `apt` module if you wish to install it out-of-the-box. ```puppet include apt ``` Include with default parameters: ```puppet include aptly ``` Create a mirror for manual update/snapshot/publish: ```puppet aptly::mirror { 'puppetlabs': location => 'http://apt.puppetlabs.com/', repos => ['main', 'dependencies'], key => '4BD6EC30', } ``` Create an aptly repository to host local packages: ```puppet aptly::repo{ 'mylocalrepo': } ``` See the class and defined type documentation for advanced usage. ## License See [LICENSE](LICENSE) file.