Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Night's Watch
-
NW - 2021-07-14
-
Enhancement
-
Puppet correctly reports Apache 2.0 license when installed as a gem.
-
Needs Assessment
Description
Hi,
the puppet is published as a gem: https://rubygems.org/gems/puppet/versions/7.7.0. But it looks like there is no gemspec file and based on that there is no license specified:
~ $ bundle info puppet
|
* puppet (7.7.0)
|
Summary: Puppet, an automated configuration management tool
|
Homepage: https://github.com/puppetlabs/puppet
|
Path: /home/bastelfreak/modulesync_config/modules/voxpupuli/puppet-corosync/.vendor/ruby/3.0.0/gems/puppet-7.7.0
|
~ $ bundle licenses 2>&1 | awk '/^puppet:/ {print $0}'
|
puppet: Unknown
|
bastelfreak@bastelfreak-ws ~/modulesync_config/modules/voxpupuli/puppet-corosync $
|
could you include the gemspec in the next release?
Attachments
Issue Links
- relates to
-
FACT-3053 Incorrect license for lib/facter/custom_facts/core/legacy_facter.rb?
-
- Resolved
-