rismoney / puppet-windowsnetwork

puppet provider for windows networking
9 stars 6 forks source link

cannot install this module #7

Closed legleux closed 3 years ago

legleux commented 10 years ago

the chocolatey module works fine though.

puppet module install rismoney-windowsnetwork Notice: Preparing to install into /etc/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Error: Could not install 'rismoney-windowsnetwork' (latest) No releases are available from https://forgeapi.puppetlabs.com Does 'rismoney-windowsnetwork' have at least one published release?

rismoney commented 10 years ago

i will look into this. I havent used puppet modulw cli. I use provider via git submodule on our repo.

On a side node, with all the providers, I havent updated the forge in a while, as I see it as a pain being disconnected from github pipelines.

ptierno commented 10 years ago

@rismoney

I think this may have to do with the name value in the Modulefile: name 'rismoney-puppet-windowsnetwork'

 [root@ptierno-puppet ~]# puppet module install rismoney-windowsnetwork
 Notice: Preparing to install into /etc/puppetlabs/puppet/modules ...
 Notice: Downloading from https://forgeapi.puppetlabs.com ...
 Error: Could not install 'rismoney-windowsnetwork' (latest)
   No releases are available from https://forgeapi.puppetlabs.com
     Does 'rismoney-windowsnetwork' have at least one published release?

Different error when using rismoney-puppet-windowsnetwork

 [root@ptierno-puppet ~]# puppet module install rismoney-puppet-windowsnetwork
 Notice: Preparing to install into /etc/puppetlabs/puppet/modules ...
 Notice: Downloading from https://forgeapi.puppetlabs.com ...
 Error: Could not execute operation for 'rismoney-puppet-windowsnetwork'
   The server being queried was /v3/releases?module=rismoney-puppet-windowsnetwork
   The HTTP response we received was '400 Bad Request'
   Check the author and module names are correct.

Excerpt from Module Fundamentals

 To write a module, we strongly suggest running puppet module generate <USERNAME>-<MODULE NAME>.

In this example the name should be rismoney-windowsnetwork not rismoney-puppet-windowsnetwork

rismoney commented 10 years ago

i will look at it this week, i am making some updates anyway

fraenki commented 8 years ago

@rismoney: Could you please release a new version on Puppet Forge?

rismoney commented 8 years ago

Sure will do