Resource Type: aptly_mirror
- Defined in:
- lib/puppet/type/aptly_mirror.rb
Summary
Manage Aptly mirrorsOverview
This resource type provides Puppet with the capabilities to manage Aptly mirror by calling the ‘aptly` CLI.
Properties
-
architectures
List of architectures to consider (or all available if not specified)
-
component
An optional component (or list of components) to fetch (or all if not specified)
-
distribution
Distribution name
-
ensure
(defaults to: present)
Whether the mirror should be present or absent
-
filter
Package query filter that is applied to packages in the mirror
-
filter_with_deps
When filtering, include dependencies of matching packages as well
-
force_architectures
Skip check that requested architectures are listed in Release file
-
force_components
Skip check that requested architectures are listed in Release file
-
url
Archive URL
-
with_installer
Download additional not packaged installer files
-
with_sources
Download source packages in addition to binary packages
-
with_udebs
Download .udeb packages (Debian installer support)
Parameters
-
aptly_command
Path to aptly binary
-
aptly_environment
Environment variables to set when executing aptly binary
-
config
Configuration file location
-
dep_follow_all_variants
When processing dependencies, follow a & b if dependency is a|b
-
dep_follow_recommends
When processing dependencies, follow Recommends
-
dep_follow_source
When processing dependencies, follow from binary to Source packages
-
dep_follow_suggests
When processing dependencies, follow Suggests
-
ignore_signatures
Disable verification of Release file signatures
-
max_tries
Max download tries till process fails with download error
-
name (namevar)
Mirror name