Libraries
»
puppet-aptly
(2.3.0)
»
Index (m)
»
Puppet Tasks
»
mirror_create
Puppet Task: mirror_create
Defined in:
tasks/mirror_create.json,
tasks/mirror_create.rb
Overview
Create new mirror
Supports noop?
false
Parameters
name
(String[1])
— Mirror name
url
(Stdlib::HTTPUrl)
— Archive URL
distribution
(String[1])
— Distribution name
component
(Optional[Variant[String[1],Array[String[1]]]])
— An optional component (or list of components) to fetch (or all if not specified)
filter
(Optional[String[1]])
— Package query filter that is applied to packages in the mirror
filter_with_deps
(Optional[Boolean])
— When filtering, include dependencies of matching packages as well
force_architectures
(Optional[Boolean])
— Skip check that requested architectures are listed in Release file
force_components
(Optional[Boolean])
— Skip check that requested architectures are listed in Release file
ignore_signatures
(Optional[Boolean])
— Disable verification of Release file signatures
keyring
(Optional[Variant[Stdlib::Absolutepath,Array[Stdlib::Absolutepath]]])
— GPG keyring(s) to use when verifying Release file
max_tries
(Optional[Integer[0]])
— Max download tries till process fails with download error
with_installer
(Optional[Boolean])
— Download additional not packaged installer files
with_sources
(Optional[Boolean])
— Download source packages in addition to binary packages
with_udebs
(Optional[Boolean])
— Download .udeb packages (Debian installer support)
architectures
(Optional[Variant[String[1],Array[String[1]]]])
— List of architectures to consider (or all available if not specified)
config
(Optional[Stdlib::Absolutepath])
— Location of configuration file
dep_follow_all_variants
(Optional[Boolean])
— When processing dependencies, follow a & b if dependency is 'a|b'
dep_follow_recommends
(Optional[Boolean])
— When processing dependencies, follow Recommends
dep_follow_source
(Optional[Boolean])
— When processing dependencies, follow from binary to Source packages
dep_follow_suggests
(Optional[Boolean])
— When processing dependencies, follow Suggests
aptly_binary_path
(Optional[String[1]])
— Location of the `aptly` binary if not in PATH