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

"Symlinks in modules are unsupported" failure installing 1.1.1 on puppet forge #64

Closed
andyjones opened this issue Feb 24, 2015 · 2 comments

Comments

@andyjones
Copy link

Hello,

puppet module install arioch-keepalived is complaining about a symlink. Downloading the tarball does indeed have spec/fixtures/modules/keepalived pointing to /Users/tom/tmp/puppet-keepalived.

Any chance you can re-release to puppet forge? Version 1.1.0 installs fine and the 1.1.1 github release looks perfect too.

Full error and puppet version:

# puppet agent --version
3.7.4

# puppet module install arioch-keepalived
Warning: Setting templatedir is deprecated. See http://links.puppetlabs.com/env-settings-deprecations
   (at /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1139:in `issue_deprecation_warning')
Notice: Preparing to install into /etc/puppet/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Warning: Symlinks in modules are unsupported. Please investigate symlink arioch-keepalived-1.1.1/spec/fixtures/modules/keepalived->/Users/tom/tmp/puppet-keepalived.
Notice: Installing -- do not interrupt ...
Error: No such file or directory - /etc/puppet/modules/keepalived/spec/fixtures/modules/keepalived
Error: Try 'puppet help module install' for usage

Many thanks

@arioch
Copy link
Contributor

arioch commented Feb 24, 2015

Thanks for reporting!
It should be fixed now, forgot to run rake clean before packaging.

@andyjones
Copy link
Author

Amazing, thank you. Works like a charm

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

2 participants