diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
commit | 78bd9c8cbea75ae21ca7403d19ff952f77617585 (patch) | |
tree | ce6b7d07f6c8c214bb02f0e0c75495116857cb1a | |
parent | 1fcce9082fd918100d7d6eaa5dc5c90cebb39bc9 (diff) | |
download | puppet-stdlib-78bd9c8cbea75ae21ca7403d19ff952f77617585.tar.gz puppet-stdlib-78bd9c8cbea75ae21ca7403d19ff952f77617585.tar.bz2 |
Add the missing symlinks to get puppet 4 pickup the functions from the environmentpath
-rw-r--r-- | .gitignore | 5 | ||||
l--------- | spec/fixtures/modules/stdlib/lib | 1 | ||||
l--------- | spec/fixtures/modules/stdlib/manifests | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -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/ diff --git a/spec/fixtures/modules/stdlib/lib b/spec/fixtures/modules/stdlib/lib new file mode 120000 index 0000000..b6ce6cc --- /dev/null +++ b/spec/fixtures/modules/stdlib/lib @@ -0,0 +1 @@ +../../../../lib/
\ No newline at end of file diff --git a/spec/fixtures/modules/stdlib/manifests b/spec/fixtures/modules/stdlib/manifests new file mode 120000 index 0000000..cdcdae0 --- /dev/null +++ b/spec/fixtures/modules/stdlib/manifests @@ -0,0 +1 @@ +../../../../manifests/
\ No newline at end of file |