From 2d1a019e92423cc5fd4ed524bb06cbdb3fc06868 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 14 Nov 2017 13:01:57 -0700 Subject: [PATCH] Adjust fixtures .gitignore The .gitignore influences what files are include in a puppet module tarball. Since puppet-horizon has some test files that need to be included, we need to make sure that we don't completely exclude spec/fixtures. This change updates the module to just exclude spec/fixtures/modules which should not be shipped. Change-Id: Ia363a13f8a2be1f751c32c3a30ad5c4a5d352abf Closes-Bug: #1732262 (cherry picked from commit 53e8a163d05f8531fad676da7d5dd61b9c651082) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61092bda..583cca24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ pkg/ Gemfile.lock vendor/ -spec/fixtures/ +spec/fixtures/modules/ .vagrant/ .bundle/ coverage/