d0851b0b4a
This patch adds an Ansible role which can be used to build Puppet modules. Change-Id: I45761c2d111640733ddec8b4c08066655b6944e2
10 lines
315 B
ReStructuredText
10 lines
315 B
ReStructuredText
An ansible role to build a Puppet module. This role assumes that Puppet is
|
|
already installed on the target system (either manually or using bindep).
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: puppet_module_chdir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
The folder to switch into in order to build the Puppet module
|