From f17fbcad86cdabc94ac51663a02c9add61835dbe Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 13 Mar 2017 12:38:14 -0400 Subject: [PATCH] Add bindep support Bindep is an automation tool used by openstack-infra to bootstrap a worker with default packages. This is not needed, since we depend on puppet to automate this step. Change-Id: I8a3df300a9b27c38b4af9c278cfe13c9bf412a64 --- puppet-{{cookiecutter.project_name}}/bindep.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 puppet-{{cookiecutter.project_name}}/bindep.txt diff --git a/puppet-{{cookiecutter.project_name}}/bindep.txt b/puppet-{{cookiecutter.project_name}}/bindep.txt new file mode 100644 index 0000000..4f9b425 --- /dev/null +++ b/puppet-{{cookiecutter.project_name}}/bindep.txt @@ -0,0 +1,2 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information.