zuul-jobs/roles/build-puppet-module/README.rst
Mohammed Naser d0851b0b4a Add role to build Puppet module
This patch adds an Ansible role which can be used to build Puppet
modules.

Change-Id: I45761c2d111640733ddec8b4c08066655b6944e2
2017-11-13 18:33:50 -05:00

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