Libraries
»
puppet-aptly
(2.3.0)
»
Index (r)
»
Puppet Tasks
»
repo_create
Puppet Task: repo_create
Defined in:
tasks/repo_create.json,
tasks/repo_create.rb
Overview
Create local repository
Supports noop?
false
Parameters
name
(String[1])
— Repository name
snapshot
(Optional[String[1]])
— If specified, create the repository from the snapshot
comment
(Optional[String[1]])
— Any text that would be used to described local repository
component
(Optional[String[1]])
— Default component when publishing
distribution
(Optional[String[1]])
— Default distribution when publishing
uploaders_file
(Optional[Stdlib::Absolutepath])
— Uploaders.json to be used when including .changes into this repository
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