[Puppet Users] Re: module install fails

2014-11-13 Thread Jesse Scott
Hi André, It looks like it isn't able to find the module's root directory after attempting to extract, do you have GNU tar (gtar) installed? I believe that is a requirement for the correct functioning of the Puppet module tool on Solaris. -Jesse On Tuesday, November 11, 2014 12:20:49 AM UTC-8

[Puppet Users] Re: module install fails

2014-11-11 Thread André Meyer
Here is the more detailed output: puppet module install puppetlabs-git --debug --trace Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Notice: Installing -- do not interrupt ... Debug: Executing 'tar xzf /var/lib/puppet/puppet-mo

[Puppet Users] Re: module install fails

2014-11-10 Thread Jesse Scott
Hi André, Can you re-run the command with the --debug and --trace options? E.g. "puppet module install puppetlabs-git --debug --trace" It's hard to know exactly what's going wrong without the detail those options will provide. -Jesse On Monday, November 10, 2014 1:26:35 AM UTC-8, André Meyer