This repository has been archived by the owner on May 14, 2021. It is now read-only.
forked from camptocamp/puppet-archive
-
Notifications
You must be signed in to change notification settings - Fork 22
Installation on RHEL 6.5 fails #24
Comments
I get the same error on ubuntu 14.04: ls -l /etc/puppet/modules/archive/spec/fixtures/modules/archive/templateslrwxrwxrwx 1 root root 21 Jul 15 13:11 /etc/puppet/modules/archive/spec/fixtures/modules/archive/templates -> ../../../../templates |
My workaround was to try other 'archive' modules until I found one that worked for me until this is resolved. |
This is really strange:
I'll have a closer look into this issue. |
I think we stumbled on what this is. Its happening because puppet is installed on a system with multiple partitions vs one with a single root partition and the module installation process has symlink related issues. See: https://tickets.puppetlabs.com/browse/PUP-1639 |
I believe I'm hitting this with librarian too:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get the following error when trying to deploy on RHEL 6.5
[root@puppet modules]# puppet module install gini-archive --debug
Notice: Preparing to install into /etc/puppet/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppetlabs.com ...
Debug: HTTP GET https://forgeapi.puppetlabs.com/v3/releases?module=gini-archive
Info: Resolving dependencies ...
Info: Preparing to install ...
Debug: HTTP GET https://forgeapi.puppetlabs.com/v3/files/gini-archive-0.2.0.tar.gz
Debug: Executing 'gzip -dc /var/lib/puppet/puppet-module/cache/gini-archive20140704-10814-bpams2-0 | tar xof -'
Debug: Executing 'find . -type d -exec chmod 755 {} +'
Debug: Executing 'find . -type f -exec chmod a-wst {} +'
Debug: Executing 'chown -R 0:0 .'
Notice: Installing -- do not interrupt ...
Error: No such file or directory - /etc/puppet/environments/production/modules/archive/spec/fixtures/modules/archive/templates
Error: Try 'puppet help module install' for usage
Any ideas?
The text was updated successfully, but these errors were encountered: