Skip to content

Make puppet3 testing optional. Default disabled.

Steve Traylen requested to merge p3out into master

By default the puppet3 test will no longer exist.

To enable puppet3 test a .sync.yml file should contain:

.gitlab-ci.yml:
  puppet3: true

Note the installation of puppet3 software still happens.

Merge request reports