I thought i tried the debug and trace options but i this trace was new for me. I looked through the code and I think that it was caused by the fact that there were some certificates installed with the same name. I deleted some from my certificate store and now it runs correct.
Thanks for the help. I do think that this can be an issue for more people. On Tuesday, July 16, 2013 7:52:02 PM UTC+2, Arno den Uijl wrote: > > then i get this: > > C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install > simondaen/iis --debug --trace > Notice: Preparing to install into > C:/ProgramData/PuppetLabs/puppet/etc/modules ... > Notice: Downloading from https://forge.puppetlabs.com ... > Error: cert already in hash table > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/monkey_patches.rb:394:in `add_cert' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/monkey_patches.rb:394:in `block in > set_default_paths' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/windows/root_certs.rb:24:in `block in > each' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/windows/root_certs.rb:24:in `each' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/windows/root_certs.rb:24:in `each' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/monkey_patches.rb:393:in > `set_default_paths' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/forge/repository.rb:123:in `get_http_object' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/forge/repository.rb:94:in `read_response' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/forge/repository.rb:82:in `make_http_request' > C:/Program Files (x86)/Puppet Labs/Puppet/puppet/lib/puppet/forge.rb:77:in > `remote_dependency_info' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/module_tool/shared_behaviors.rb:34:in > `get_remote_constraints' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/module_tool/applications/installer.rb:106:in > `get_release_packages' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/module_tool/applications/installer.rb:54:in > `run' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/face/module/install.rb:129:in `block (3 > levels) in <top (required)>' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/interface/action.rb+eval[wrapper]:242:in > `install' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application/face_base.rb:229:in `main' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application.rb:372:in `run_command' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application.rb:364:in `block (2 levels) in > run' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application.rb:456:in `plugin_hook' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application.rb:364:in `block in run' > C:/Program Files (x86)/Puppet Labs/Puppet/puppet/lib/puppet/util.rb:504:in > `exit_on_fail' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/application.rb:364:in `run' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/command_line.rb:132:in `run' > C:/Program Files (x86)/Puppet > Labs/Puppet/puppet/lib/puppet/util/command_line.rb:86:in `execute' > C:/Program Files (x86)/Puppet Labs/Puppet/puppet/bin/puppet:4:in `<main>' > Error: Try 'puppet help module install' for usage > > On Tuesday, July 16, 2013 7:20:51 PM UTC+2, Josh Cooper wrote: >> >> >> >> >> On Tue, Jul 16, 2013 at 2:50 AM, Arno den Uijl <[email protected]>wrote: >> >>> Hello, >>> >>> I have a fresh install of puppet 3.2.3. on windows 8. I try to install >>> the iis module (https://forge.puppetlabs.com/simondean/iis) with the >>> command: >>> >>> puppet module install simondean/iis >>> >>> and it gives me >>> *C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install >>> simondean/iis* >>> *Notice: Preparing to install into >>> C:/ProgramData/PuppetLabs/puppet/etc/modules .* >>> *..* >>> *Notice: Downloading from https://forge.puppetlabs.com ...* >>> *Error: cert already in hash table* >>> *Error: Try 'puppet help module install' for usage* >>> * >>> * >>> Any idea how to proceed with this? >>> >>> kind regards, >>> >>> Arno >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/puppet-users. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> Can you run `puppet module install simondaen/iis --debug --trace`? >> >> Josh >> >> -- >> Josh Cooper >> Developer, Puppet Labs >> >> *Join us at PuppetConf 2013, August 22-23 in San Francisco - * >> http://bit.ly/pupconf13* >> **Register now and take advantage of the Early Bird discount - save 25%!* >> > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
