voxpupuli / puppet-network

Types and providers to manage network interfaces
https://forge.puppet.com/puppet/network
Apache License 2.0
66 stars 108 forks source link

puppet-boolean module not available anymore via puppetforge #213

Closed yorickps closed 7 years ago

yorickps commented 7 years ago

The puppet-boolean module referenced in metadata.json is not available anymore via the puppetforge.

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

When installing modules via librarian-puppet, it fails because of the missing dependency of puppet-network on puppet-boolean.

What are you seeing

Librarian-puppet gives following error: "Unable to find module 'puppet-boolean' on https://forgeapi.puppetlabs.com"

Any additional information you'd like to impart

We've fixed it by adding the module via the git url in the puppetfile. Is it intentional that the puppet-boolean module was removed from the forge?

alexjfisher commented 7 years ago

@yorickps Thanks for reporting this. I've opened https://github.com/voxpupuli/puppet-boolean/issues/18 Hopefully we can get this resolved soon.

alexjfisher commented 7 years ago

@yorickps This should now be fixed. https://forge.puppet.com/puppet/boolean

yorickps commented 7 years ago

@alexjfisher thanks for the quick fix.