zuul-jobs/roles/upload-puppetforge/README.rst
Tobias Urdin 20583c1e77 Add upload-puppetforge role
Adds a new role that can be used to upload a
built puppet module tarball to forge.puppet.com

Change-Id: I16c4da93592dc92b84ff8ad9540c75c7d3b39a91
2019-01-14 12:30:00 +01:00

23 lines
542 B
ReStructuredText

Upload puppet module to Puppet Forge
**Role Variables**
.. zuul:rolevar:: puppet_module_dir
:default: {{ zuul.project.src_dir }}
The folder where the puppet module code is that it can
switch folder to.
.. zuul:rolevar:: blacksmith_forge_url
:default: https://forgeapi.puppetlabs.com
The URL to the Puppet Forge API.
.. zuul:rolevar:: blacksmith_forge_username
Username to use to log in to Puppet Forge.
.. zuul:rolevar:: blacksmith_forge_password
Password to use to log in to Puppet Forge.