Remove bindep role for Puppet build job

When [1] is merged we no longer have to rely
on the bindep file when puppet modules are built
since it doesn't need the puppet binary.

[1] https://review.openstack.org/627534

Depends-On: https://review.openstack.org/627534
Change-Id: Ia939bb4d3bafa83cd3dd8fd71b0fc6ddff71dcbf
This commit is contained in:
Tobias Urdin 2018-12-27 21:50:35 +01:00 committed by Andreas Jaeger
parent 11b4566536
commit d693bcf95d
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
- hosts: all
roles:
- role: bindep
# NOTE(pabelanger): puppet modules use the build profile to manage
# dependencies for puppet module build.
bindep_profile: build
- install-pdk-dependencies
- revoke-sudo