voxpupuli / puppet-windowsfeature

Library that uses ServerAdministration api that comes with Windows Server 2008 and Windows Server 2012 to add / remove windows features
https://forge.puppet.com/puppet/windowsfeature
MIT License
30 stars 49 forks source link

Error: No suitable tar implementation found #8

Closed emkopp closed 10 years ago

emkopp commented 10 years ago

While using puppet module install opentable-windows_feature on the master i get this error. Using puppet-enterprise 3.2.2 Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Error: No suitable tar implementation found Error: Try 'puppet help module install' for usage

liamjbennett commented 10 years ago

This is an issue with the puppet module command itself as per:

https://github.com/puppetlabs/puppet/pull/1601

joshcooper commented 10 years ago

@emkopp modules are just tarballs, and the module tool defers uses the following logic to decide how to untar it: https://github.com/puppetlabs/puppet/blob/3.4.3/lib/puppet/module_tool/tar.rb. Is tar in your path? Also note that the Puppet setting [path|http://docs.puppetlabs.com/references/latest/configuration.html#path] will change how puppet resolves unqualified commands.

liamjbennett commented 10 years ago

Is this still an issue?

liamjbennett commented 10 years ago

I can't reproduce this issue. Closing for the time being.