Libraries
»
puppet-aptly
(2.3.0)
»
Index (r)
»
Puppet Tasks
»
repo_add
Puppet Task: repo_add
Defined in:
tasks/repo_add.json,
tasks/repo_add.rb
Overview
Add package to local repository
Supports noop?
false
Parameters
name
(String[1])
— Repository name
package
(Optional[String[1]])
— Package name to add (mutually exclusive with directory)
directory
(Optional[String[1]])
— Directory to add packages from (mutually exclusive with package)
force_replace
(Optional[Boolean])
— When adding package that conflicts with existing package, remove existing package
remove_files
(Optional[Boolean])
— Remove files that have been imported successfully into repository
config
(Optional[Stdlib::Absolutepath])
— Location of configuration file
aptly_binary_path
(Optional[String[1]])
— Location of the `aptly` binary if not in PATH