Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix module name to make the PMT happier #25

Merged
merged 1 commit into from
Jun 28, 2012

Conversation

branan
Copy link
Contributor

@branan branan commented Jun 28, 2012

The incorrect module name causes problems with puppet module list. It will report that ripienaar-concat is missing even though it is installed, since the module reports itself as puppet-concat.

$ sudo puppet module list
Warning: Missing dependency 'ripienaar-concat':
  'puppetlabs-glance' (v0.1.0) requires 'ripienaar-concat' (>= 0.1.0)
  'puppetlabs-keystone' (v0.1.0) requires 'ripienaar-concat' (>= 0.1.0)
/etc/puppet/modules
├── duritong-sysctl (v0.0.1)
├── puppet-concat (v0.1.0)
├── puppetlabs-apt (v0.0.4)
├── puppetlabs-glance (v0.1.0)
├── puppetlabs-horizon (v0.1.0)
├── puppetlabs-keystone (v0.1.0)
├── puppetlabs-mysql (v0.3.0)
├── puppetlabs-nova (v0.1.1)
├── puppetlabs-openstack (v0.1.0)
├── puppetlabs-rabbitmq (v2.0.1)
├── puppetlabs-stdlib (v2.3.3)
└── saz-memcached (v2.0.2)

ripienaar added a commit that referenced this pull request Jun 28, 2012
Fix module name to make the PMT happier
@ripienaar ripienaar merged commit 4d1977b into puppetlabs:master Jun 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants