2019-06-26 14:01:24 +02:00
|
|
|
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
|
2020-04-01 20:00:36 +02:00
|
|
|
:zuul:role:`ensure-pdk-dependencies` role.
|
2017-11-13 17:32:49 -05:00
|
|
|
|
|
|
|
**Role Variables**
|
|
|
|
|
|
|
|
.. zuul:rolevar:: puppet_module_chdir
|
|
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
|
|
|
|
The folder to switch into in order to build the Puppet module
|