
Cisco stackforge/puppet-n1k-vsm misses some files and changes to succesfully start the puppet-n1k-vsm project. This commit addresses those changes to make sure we can start committing stuff to this project. Details of the changes: - Rake and Gemfile files are needed for gate tests. - Added the license and Modulefile files - Changed manifest files to pass lint case and initial Unit Testing. Change-Id: Ia65c8e09c9388709d1834ec7a4a120dfaef807ed
12 lines
400 B
Puppet
12 lines
400 B
Puppet
name 'puppet-n1kv-vsm'
|
|
version '0.0.2'
|
|
|
|
author 'ChingWei Chang, Marga Millet'
|
|
license 'Apache License 2.0'
|
|
project_page 'https://launchpad.net/puppet-n1k-vsm'
|
|
source 'https://github.com/stackforge/puppet-n1k-vsm'
|
|
summary 'Puppet module for Cisco Nexus1000v VSM'
|
|
description 'Puppet module to install and configure the Nexus1000v Virtual Supervisor module"
|
|
|
|
dependency 'puppetlabs/vswitch', '>=0.0.9'
|