Skip to content

Commit 0069299

Browse files
committed
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.
1 parent c89b8d7 commit 0069299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hieradata/nodes/example-puppet-master.yaml
1+
modules/

0 commit comments

Comments
 (0)