zuul-jobs/roles/build-puppet-module/README.rst
vass 16fe7bbd3f Rename install-pdk-dependencies to ensure-pdk-dependencies for consistency
The old role will be kept and include ensure-pdk-dependencies for backwards-compatability.

Change-Id: Ia269db36655685fe3f4dc54c60ae4bc09a913f52
2020-04-04 15:41:29 -04:00

16 lines
439 B
ReStructuredText

An Ansible role to build a Puppet module using the Puppet
Development Kit (PDK).
.. note::
This role requires installed Ruby, Ruby development and build tools
(gcc/g++ and make) packages, they can be installed using the
:zuul:role:`ensure-pdk-dependencies` role.
**Role Variables**
.. zuul:rolevar:: puppet_module_chdir
:default: {{ zuul.project.src_dir }}
The folder to switch into in order to build the Puppet module