Skip to content

Commit

Permalink
Rename the n1k module directory
Browse files Browse the repository at this point in the history
Change the name of the n1k module directory from n1k-vsm to n1k_vsm
as asked by this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1195869

The name of this module in openstack-puppet rpm is n1k-vsm. Seems like
puppet doesnt like that module name. Could you please change it to
n1k_vsm(not "-" its "_" )?

This puppet module is only used by cisco with "Generic RHEL 7" host
group and does not affect any other puppet classes or installer logic.
  • Loading branch information
imcsk8 authored and xbezdick committed Mar 11, 2015
1 parent cfeb92a commit e27861c
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ mod 'mysql',
:commit => '40dd1805886aee56dc02860565f161c6e3b4c7e5',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql.git'

mod 'n1k-vsm',
:commit => '6ac71df4aa2bf806e35b83bd18ae9ea6b5605bc0',
mod 'n1k_vsm',
:commit => '2a42723f5a9d7dbfa00edf944ac5dec2bff6d9ea',
:git => 'https://github.com/stackforge/puppet-n1k-vsm.git'

mod 'nagios',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e27861c

Please sign in to comment.