Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module install fails in 3.7 due to symlink under spec #111

Open
jcwarp opened this issue Feb 12, 2015 · 2 comments
Open

module install fails in 3.7 due to symlink under spec #111

jcwarp opened this issue Feb 12, 2015 · 2 comments

Comments

@jcwarp
Copy link

jcwarp commented Feb 12, 2015

[root@puppet modules]# puppet module install alup-rbenv --environment production
Notice: Preparing to install into /etc/puppet/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Warning: Symlinks in modules are unsupported. Please investigate symlink alup-rbenv-1.2.0/spec/fixtures/modules/rbenv/templates->../../../../templates.
Warning: Symlinks in modules are unsupported. Please investigate symlink alup-rbenv-1.2.0/spec/fixtures/modules/rbenv/manifests->../../../../manifests.
Notice: Installing -- do not interrupt ...
Error: No such file or directory - /etc/puppet/environments/production/modules/rbenv/spec/fixtures/modules/rbenv/templates
Error: Try 'puppet help module install' for usage

@igalic
Copy link
Contributor

igalic commented Feb 16, 2015

@alup have you considered using @maestrodev's puppet-blacksmith?

@wazoo
Copy link

wazoo commented Nov 17, 2015

Module installs but produces a warning on PE:

ERROR -> Symlinks are unsupported and were not unpacked from the module tarball. alup-rbenv-1.2.0 contained these ignored symlinks: ["alup-rbenv-1.2.0/spec/fixtures/modules/rbenv/manifests", "alup-rbenv-1.2.0/spec/fixtures/modules/rbenv/templates"]

Need to remove symlinks RE module guidelines:

https://docs.puppetlabs.com/puppet/latest/reference/modules_publishing.html#remove-symlinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants