Update gitignore not to exclude fixture hieradata
authorAlex Schultz <aschultz@redhat.com>
Wed, 17 May 2017 20:45:35 +0000 (14:45 -0600)
committerJon Schlueter <jschluet@redhat.com>
Fri, 19 May 2017 18:05:18 +0000 (14:05 -0400)
The existing .gitignore is causing the hieradata we use for tests to be
excluded in git and our release tarballs. Lets adjust the gitignore not
to exclude the hiera files in spec/fixtures

Change-Id: Ic31687d0eb1c2e8acc92796d4c0eba096db8e533
Closes-Bug: #1691559
(cherry picked from commit 66b6ea166c0f8470170f6e07843ff41068d8e9e9)

.gitignore

index 263f4a7..3534cc6 100644 (file)
@@ -1,7 +1,8 @@
 pkg/
 Gemfile.lock
 vendor/
-spec/fixtures/
+spec/fixtures/modules
+spec/fixtures/manifests
 .vagrant/
 .bundle/
 coverage/