Libraries
»
puppet-aptly
(2.3.0)
»
Index (s)
»
Puppet Tasks
»
snapshot_create
Puppet Task: snapshot_create
Defined in:
tasks/snapshot_create.json,
tasks/snapshot_create.rb
Overview
Create new snapshot
Supports noop?
false
Parameters
name
(String[1])
— Snapshot name
from
(Enum['mirror','repo','empty'])
— Snapshot source (mirror, repo, empty)
mirror
(Optional[String[1]])
— When snapshot source is mirror, this defines name of the mirror
repo
(Optional[String[1]])
— When snapshot source is repo, this defines name of the repo
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