Libraries
»
puppet-aptly
(2.3.0)
»
Index (p)
»
Puppet Tasks
»
publish_update
Puppet Task: publish_update
Defined in:
tasks/publish_update.json,
tasks/publish_update.rb
Overview
Update published repository by switching to new snapshot
Supports noop?
false
Parameters
distribution
(Optional[String[1]])
— Distribution name of published repository
prefix
(String[1])
— Publishing prefix (may include endpoint)
batch
(Optional[Boolean])
— Run GPG with detached tty
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)
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_cleanup
(Optional[Boolean])
— Don't remove unreferenced files in prefix/component
skip_contents
(Optional[Boolean])
— Don't generate Contents indexes
skip_signing
(Optional[Boolean])
— Don't sign Release files with GPG
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