16fe7bbd3f
The old role will be kept and include ensure-pdk-dependencies for backwards-compatability. Change-Id: Ia269db36655685fe3f4dc54c60ae4bc09a913f52
16 lines
439 B
ReStructuredText
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
|