Add the missing symlinks to get puppet 4 pickup the functions from the environmentpath

This commit is contained in:
David Schmitt 2015-06-01 12:21:59 +01:00
parent 1fcce9082f
commit 78bd9c8cbe
3 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View file

@ -1,7 +1,10 @@
/pkg/
/Gemfile.lock
/vendor/
/spec/fixtures/
/spec/fixtures/manifests/*
/spec/fixtures/modules/*
!/spec/fixtures/modules/stdlib
!/spec/fixtures/modules/stdlib/*
/.vagrant/
/.bundle/
/coverage/

1
spec/fixtures/modules/stdlib/lib vendored Symbolic link
View file

@ -0,0 +1 @@
../../../../lib/

1
spec/fixtures/modules/stdlib/manifests vendored Symbolic link
View file

@ -0,0 +1 @@
../../../../manifests/