Skip to content

Commit 78bd9c8

Browse files
committed
Add the missing symlinks to get puppet 4 pickup the functions from the environmentpath
1 parent 1fcce90 commit 78bd9c8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/pkg/
22
/Gemfile.lock
33
/vendor/
4-
/spec/fixtures/
4+
/spec/fixtures/manifests/*
5+
/spec/fixtures/modules/*
6+
!/spec/fixtures/modules/stdlib
7+
!/spec/fixtures/modules/stdlib/*
58
/.vagrant/
69
/.bundle/
710
/coverage/

spec/fixtures/modules/stdlib/lib

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../lib/
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../manifests/

0 commit comments

Comments
 (0)