1a8c2f66da
The production directory is a relic from the puppet environment concept, which we do not use. Remove it. The puppet apply tests run puppet locally, where the production environment is still needed, so don't update the paths in the tools/prep-apply.sh. Depends-On: https://review.openstack.org/592946 Change-Id: I82572cc616e3c994eab38b0de8c3c72cb5ec5413
13 lines
289 B
YAML
13 lines
289 B
YAML
- hosts: 'puppet4'
|
|
gather_facts: false
|
|
tasks:
|
|
- git:
|
|
repo: https://git.openstack.org/openstack-infra/system-config
|
|
dest: /opt/system-config
|
|
force: yes
|
|
- shell: ./install_puppet.sh
|
|
args:
|
|
chdir: /opt/system-config
|
|
environment:
|
|
PUPPET_VERSION: 4
|