Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Ger Apeldoorn commented on an issue Re: Some modules fail to install into target_dir Jefferey Smith's workaround is allowing me to install modules. However, after I do this, I get 'Forbidden' errors getting catalogs, during pluginsync, and submitting reports. However, if keep /etc/puppet intact and just link the environments-directories from /var, everything seems to work. IMHO, fixing this on the module-building side is not enough. There will be modules with symlinks for quite some time, the module tool should be able to circumvent this problem during installation. Just my 2 cents. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Patrick Morton commented on an issue Re: Some modules fail to install into target_dir Responsible 'thoughts are estimated to occur at five arrhythmias the autism of commercial classes. adderall withdrawal http://www.surveyanalytics.com//userimages/sub-2/2007589/3153260/29851518/7787453-29851518-stopadd37.html Extensive combination information is the leading accident of strategy in types under 5 doctors of finish and increases the murder of many and bland stage in fatigue. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Alex Dreyer commented on an issue Re: Some modules fail to install into target_dir This is caused by having symlinks in modules. PUP-2912 will provide a check to help prevent this from happening. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Alex Dreyer updated an issue Puppet / PUP-1639 Some modules fail to install into target_dir Change By: Alex Dreyer Assignee: Alex Dreyer Add Comment This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Jeffery Smith commented on an issue Re: Some modules fail to install into target_dir As a work around, I did this: sudo su - (become root) mkdir /var/lib/puppet/etc_puppet cd /etc/puppet tar cf - * | (cd /var/lib/puppet/etc_puppet ; tar xvf -) mv /etc/puppet /etc/puppet.save ln -s /var/lib/puppet/etc_puppet /etc/puppet Now I am able install modules without errors. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Josh Cooper updated an issue Puppet / PUP-1639 Some modules fail to install into target_dir Change By: Josh Cooper Component/s: PMT Add Comment This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/d/optout.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Angel L. Mateo commented on an issue Re: Some modules fail to install into target_dir I'm having this same problem trying to install ghoneycutt/rpcbind from the forge. My modules are under /puppet/environments//modules and whenever I try to install it in that route I get: gitolite@mus21:/puppet/environments/testing$ puppet module install --modulepath=. ghoneycutt/rpcbind Notice: Preparing to install into /puppet/environments/testing ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /puppet/environments/testing/rpcbind/spec/fixtures/modules/rpcbind Error: Try 'puppet help module install' for usage I had the same behaviour trying to install the module under /tmp, but if I installed in my home directory it works. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson commented on an issue Re: Some modules fail to install into target_dir Andrew, the system I'm running into issues on has different mount points for /var/lib/puppet and /etc/puppet, as suspected, and it's just one filesystem for the working master as you suspected. [root@workingsystem ~] df -h /var/lib/puppet FilesystemSize Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 48G 1.5G 44G 4% / [root@workingsystem ~] df -h /etc/puppet FilesystemSize Used Avail Use% Mounted on /dev/mapper/VolGroup-lv_root 48G 1.5G 44G 4% / [root@failingsystem ~] df -h /var/lib/puppet Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_template-lv_var 15G 433M 14G 4% /var [root@failingsystem ~] df -h /etc/puppet Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_template-lv_root 4.9G 827M 3.8G 18% / Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/...
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Andrew Parker commented on an issue Re: Some modules fail to install into target_dir Eric Veiras Galisson, I think NFS was too specific. I believe it will happen any time the location that the module tool works (/var/lib/puppet, I think) is a different filesystem mount from the place the module is being installed into. This changes it from being a simple move to a copy of the module directory. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Eric Veiras Galisson commented on an issue Re: Some modules fail to install into target_dir Andrew Parker : I'm not using NFS to store my modules directory. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson commented on an issue Re: Some modules fail to install into target_dir Andrew Parker: It doesn't appear isolated to puppetlabs-apache, it's any module that has a nodeset file for rspec-system, it's not unpacking and preserving the symlinks properly. default.yml points to centos-64-x64.yml which doesn't exist, it errors - maybe the order of copying files from the temporary directory to the permanent directory is copying the symlink first and generating an error? Andy Buckingham: You can either git clone the module from github, if available, or find the tarball under "/var/lib/puppet/puppet-module/cache/https_forge_puppetlabs_com-*/" and expand it into your $modulepath location. I haven't made the shift to r10k yet, which may also solve this issue, but these two workarounds are solid for me. Be sure to --force uninstall the broken module first. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Andy Buckingham commented on an issue Re: Some modules fail to install into target_dir I notice the reported "affects version" is 3.4.2, but I tried setting up a clean environment with 3.4.1 and this issue still persists. Has anyone found a suitable workaround? Currently, I'm considering bouncing down versions of Puppet until it works. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://gr
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Eric Veiras Galisson commented on an issue Re: Some modules fail to install into target_dir Hello, I got the same problem with puppetlabs/apache v0.11.0 but not v0.10.0 puppet module install puppetlabs/apache --version 0.10.0 --modulepath modules/ Notice: Preparing to install into /etc/puppet/environments/production/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing – do not interrupt ... /etc/puppet/environments/production/modules └─┬ puppetlabs-apache (v0.10.0) └── puppetlabs-concat (v1.0.1) I remove v0.10.0 before trying to install v0.11.0 rm -fr modules/apache/ puppet module install puppetlabs/apache --version 0.11.0 --modulepath modules/ Notice: Preparing to install into /etc/puppet/environments/production/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing – do not interrupt ... Error: No such file or directory - /etc/puppet/environments/production/modules/apache/spec/acceptance/nodesets/default.yml Error: Try 'puppet help module install' for usage If I try to install somewhere else (/tmp/modules) I got the same error when running as root but not when running with another user. Puppet is 3.4.2-1puppetlabs1 on Debian Wheezy. (see this discussion https://github.com/puppetlabs/puppetlabs-apache/issues/628) Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Andrew Parker commented on an issue Re: Some modules fail to install into target_dir Ashley Penney, has something been changing in releases of the puppetlabs-apache module? Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson commented on an issue Re: Some modules fail to install into target_dir I can confirm that unpacking the tarballs and renaming the directories works well and provides the metadata needed for puppet module list: [root@puppet modules]# puppet module list --environment testing /etc/puppet/environments/testing/modules ├── puppetlabs-firewall (v1.0.0) ├── puppetlabs-ntp (v3.0.2) ├── puppetlabs-stdlib (v4.1.0) └── saz-ssh (v1.4.0) [root@puppet modules]# pwd /etc/puppet/environments/testing/modules [root@puppet modules]# tar xzf /var/lib/puppet/puppet-module/cache/https_forge_puppetlabs_com-ed3a0e51b3c1d8d395ffb1d12c849e3f50d35a10/puppetlabs-concat-1.0.1.tar.gz [root@puppet modules]# tar xzf /var/lib/puppet/puppet-module/cache/https_forge_puppetlabs_com-ed3a0e51b3c1d8d395ffb1d12c849e3f50d35a10/puppetlabs-apache-0.11.0.tar.gz [root@puppet modules]# mv puppetlabs-apache-0.11.0/ apache [root@puppet modules]# mv puppetlabs-concat-1.0.1/ concat [root@puppet modules]# puppet module list --environment testing /etc/puppet/environments/testing/modules ├── puppetlabs-apache (v0.11.0) ├── puppetlabs-concat (v1.0.1) ├── puppetlabs-firewall (v1.0.0) ├── puppetlabs-ntp (v3.0.2) ├── puppetlabs-stdlib (v4.1.0) └── saz-ssh (v1.4.0) Same thing for cloning from github. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/...
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson updated an issue Puppet / PUP-1639 Some modules fail to install into target_dir Join the three files for the output of "strace puppet module install puppetlabs-apache --environment development > install.strace 2>&1" Change By: Rob Nelson Attachment: install.straceac Attachment: install.straceab Attachment: install.straceaa Add Comment This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit h
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson updated an issue Puppet / PUP-1639 Some modules fail to install into target_dir Diff of output from tar xzvf and puppet module install, for puppetlabs-apache Change By: Rob Nelson Attachment: module install diff.txt Add Comment This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Rob Nelson commented on an issue Re: Some modules fail to install into target_dir I have this issue with one puppetmaster running puppet 3.4.2 and CentOS 6.5 (Final). Another puppetmaster with the same puppet and CentOS versions has no problems with installing modules from the forge. I checked /var/lib/puppet/puppet-module/cache and see that there the file the default.yml file points to is part of the tarball it has downloaded. I can extract the files manually so I know the tar command and file itself are valid. It seems like it's skipping some files when unpacking the tarball. I am attaching the diff of the nodesets files that are extracted by me and by puppet, and an strace of the puppet module install output (it doesn't matter what environment I use). It appears to be happening with modules that include symlinks in testing directories. I don't know if this is the only commonality, but it was one I could easily identify: puppetlabs-ntp: no symlinks puppetlabs-mysql: symlinks puppetlabs-firewall: symlinks puppetlabs-apache: symlinks [root@puppet modules]# find . -type l -exec ls -l {} \; lrwxrwxrwx. 1 root root 17 Feb 15 16:26 ./firewall/spec/acceptance/nodesets/default.yml -> centos-64-x64.yml lrwxrwxrwx. 1 root root 49 Feb 18 20:53 ./mysql/spec/fixtures/modules/mysql -> /Users/hunner/Documents/work/git/puppetlabs-mysql lrwxrwxrwx. 1 root root 17 Feb 18 20:56 ./apache/spec/acceptance/nodesets/default.yml -> centos-64-x64.yml (no idea what's wrong with the mysql package, can't believe that would ever work but the others do if I untar them myself) Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice:
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Aaron John-Baptiste commented on an issue Re: Some modules fail to install into target_dir Also same problem on Ubuntu 12.10 Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Thomas Raehalme commented on an issue Re: Some modules fail to install into target_dir Same error also with puppetlabs/firewall. Version 0.4.2 installs, but versions 0.5.0 and 1.0.0 do not. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Thomas Raehalme commented on an issue Re: Some modules fail to install into target_dir Version 0.10.0 can be successfully installed. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Thomas Raehalme commented on an issue Re: Some modules fail to install into target_dir I can confirm the same problem on CentOS 6.4 and puppet/puppet-server-3.4.2. Add Comment Puppet / PUP-1639 Some modules fail to install into target_dir puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ... Notice: Created target directory /home/www/puppet/forge-modules Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Aaron John-Baptiste updated an issue Puppet / PUP-1639 Some modules fail to install into target_dir Change By: Aaron John-Baptiste puppet module install puppetlabs/apache -i puppet/forge-modules Notice: Preparing to install into /home/www/puppet/forge-modules ...Notice: Created target directory /home/www/puppet/forge-modulesNotice: Downloading from https://forge.puppetlabs.com ...Notice: Installing -- do not interrupt ... Error: No such file or directory - /home/www/puppet/forge-modules/apache/spec/acceptance/nodesets/default.ymlError: Try 'puppet help module install' for usageSame error for module willdurand/nodejs.Other modules such as puppetlabs/mysql install fine. Also, leaving -i off and instaling to default (/etc/puppet/modules) also works fine. Add Comment This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
Jira (PUP-1639) Some modules fail to install into target_dir
Title: Message Title Aaron John-Baptiste created an issue Puppet / PUP-1639 Some modules fail to install into target_dir Issue Type: Bug Affects Versions: 3.4.2 Assignee: Andrew Parker Components: Modules Created: 11/Feb/14 6:37 AM Environment: Debian 7 Vagrant guest. OSX Mavericks Host. Specifically: git clone https://github.com/aaronjbaptiste/gravityapple.git gravityapple cd gravityapple vagrant up Priority: Normal Reporter: Aaron John-Baptiste puppet module install puppetlabs/apache -i puppet/forge-modules Error: No such file or directory - /home/www/puppet/forge-modules/apache/spec/acceptance/nodesets/default.yml Error: Try 'puppet help module install' for usage Same error for module willdurand/nodejs. Other modules such as puppetlabs/mysql install fine. Also, leaving -i off and instaling to default (/etc/puppet/modules) also works fine.