Paul Belanger 581c0c6def
Create build-openstack-puppet-tarball
This job we'll be able to add into check / gate pipelines for projects
that want to test building a puppet tarball.

Change-Id: I9e62a4a68db94e1d3d1e718edf340aeb9fbaba2e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-10-30 21:35:18 -04:00

7 lines
147 B
YAML

- hosts: all
tasks:
- name: Build puppet module
command: puppet module build .
args:
chdir: "{{ zuul.project.src_dir }}"