From d693bcf95de66825fbf857c07a9f31e471d742ff Mon Sep 17 00:00:00 2001
From: Tobias Urdin <tobias.urdin@binero.se>
Date: Thu, 27 Dec 2018 21:50:35 +0100
Subject: [PATCH] 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
---
 playbooks/puppet-tarball/pre.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/playbooks/puppet-tarball/pre.yaml b/playbooks/puppet-tarball/pre.yaml
index c841042d78..8576d33409 100644
--- a/playbooks/puppet-tarball/pre.yaml
+++ b/playbooks/puppet-tarball/pre.yaml
@@ -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