Ignore modules pulled from r10k into modules/

Prior to this, modules that were deployed with r10k into the ./modules
directory weren't being ignored by git.

When doing local development or testing, it's nice to be able to run
'r10k puppetfile install' to pull down modules from the Puppetfile.
After this commit, those modules won't be tracked by git.
This commit is contained in:
Nate McCurdy 2017-11-27 19:08:54 -05:00
parent c89b8d7ef8
commit 0069299d6f

2
.gitignore vendored
View File

@ -1 +1 @@
hieradata/nodes/example-puppet-master.yaml
modules/