ced84c5f83
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
13 lines
348 B
YAML
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
|