openstack-zuul-jobs/playbooks/infra-puppet-apply/run.yaml
Colleen Murphy ced84c5f83 Add experimental puppet 4 apply-test jobs
Fix the centos-7 job to actually use puppet 4 and add an experimental
puppet 4 job for ubuntu-xenial.

Change-Id: I33041a30f036673ef5e82b83e5eae933b4168f5b
Story: #2000243
2018-04-16 22:32:57 +02:00

13 lines
348 B
YAML

- hosts: all
name: infra-puppet-apply
tasks:
- name: Run puppet-apply test
shell: ./tools/apply-test.sh
args:
chdir: "{{ zuul.projects['git.openstack.org/openstack-infra/system-config'].src_dir }}"
environment:
PUPPET_VERSION: "{{ puppet_version | default('3') }}"
tags:
- skip_ansible_lint