system-config/roles-test/puppet-install.yaml
Ian Wienand 4fa8e22ffc Remove Puppet 5 testing
We have pivoted to Ansible and We don't use puppet5 anywhere.  Stop
testing on Bionic as we're not really interested in maintaing it, and
remove the puppet-install installation path there so we don't have
code that isn't being tested.

Change-Id: Ia2d05f7c75e46bc01717d11457b832e42522fa95
2020-06-09 10:15:05 +10:00

15 lines
319 B
YAML

- name: Install puppet3
hosts: puppet3
roles:
- role: puppet-install
puppet_install_version: 3
- name: Install puppet4
hosts: puppet4
roles:
- role: puppet-install
puppet_install_version: 4
# NOTE(ianw) 2020-06 : we have moved away from puppet which is why we
# don't test anything later.