Add the missing symlinks to get puppet 4 pickup the functions from the environmentpath
This commit is contained in:
parent
1fcce9082f
commit
78bd9c8cbe
3 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,10 @@
|
||||||
/pkg/
|
/pkg/
|
||||||
/Gemfile.lock
|
/Gemfile.lock
|
||||||
/vendor/
|
/vendor/
|
||||||
/spec/fixtures/
|
/spec/fixtures/manifests/*
|
||||||
|
/spec/fixtures/modules/*
|
||||||
|
!/spec/fixtures/modules/stdlib
|
||||||
|
!/spec/fixtures/modules/stdlib/*
|
||||||
/.vagrant/
|
/.vagrant/
|
||||||
/.bundle/
|
/.bundle/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
|
1
spec/fixtures/modules/stdlib/lib
vendored
Symbolic link
1
spec/fixtures/modules/stdlib/lib
vendored
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../lib/
|
1
spec/fixtures/modules/stdlib/manifests
vendored
Symbolic link
1
spec/fixtures/modules/stdlib/manifests
vendored
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../manifests/
|
Loading…
Reference in a new issue