Libraries
»
puppet-aptly
(2.3.0)
»
Index (p)
»
Puppet Tasks
»
publish_repo
Puppet Task: publish_repo
Defined in:
tasks/publish_repo.json,
tasks/publish_repo.rb
Overview
Publish the snapshot(s)
Supports noop?
false
Parameters
name
(String[1])
— Repository name to publish
prefix
(String[1])
— Publishing prefix (may include endpoint)
acquire_by_hash
(Optional[Boolean])
— Provide index files by hash
batch
(Optional[Boolean])
— Run GPG with detached tty
but_automatic_upgrades
(Optional[String[1]])
— Overwrite value for ButAutomaticUpgrades field
component
(Optional[Variant[String[1],Array[String[1]]]])
— Component name (or list of components) to publish
distribution
(Optional[String[1]])
— Distribution name to publish
force_overwrite
(Optional[Boolean])
— Overwrite files in package pool in case of mismatch
gpg_key
(Optional[String[1]])
— GPG key ID to use when signing the release
keyring
(Optional[Variant[Stdlib::Absolutepath,Array[Stdlib::Absolutepath]]])
— GPG keyring(s) to use (instead of default)
label
(Optional[String[1]])
— Label to publish
not_automatic
(Optional[String[1]])
— Overwrite value for NotAutomatic field
origin
(Optional[String[1]])
— Overwrite origin name to publish
passphrase_file
(Optional[Stdlib::Absolutepath])
— GPG passphrase-file for the key
secret_keyring
(Optional[Stdlib::Absolutepath])
— GPG secret keyring to use (instead of default)
skip_bz2
(Optional[Boolean])
— Don't generate bzipped indexes
skip_contents
(Optional[Boolean])
— Don't generate Contents indexes
skip_signing
(Optional[Boolean])
— Don't sign Release files with GPG
suite
(Optional[String[1]])
— Suite to publish (defaults to distribution)
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