icclab / vagrant-devstack

This project will allow you automate the creation of a VM with devstack installed and running. It uses vagrant to create the VM and puppet to configure the VM so all required software is installed and running.
http://www.cloudcomp.ch
21 stars 14 forks source link

Issue with vcsrepo #7

Closed wingZero21 closed 10 years ago

wingZero21 commented 10 years ago

Noticed that when downloading the vcs repo module does not seem to exist in the modules directory.

Would be worth adding this to the readme or adding it into the modules directory from the source (https://github.com/puppetlabs/puppetlabs-vcsrepo)

Error that occurs: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type vcsrepo at /tmp/vagrant-puppet/manifests/site.pp:43

Cheers wingZero

dizz commented 10 years ago

Hey @wingZero21 - the module is already present as a git submodule (see: https://github.com/dizz/vagrant-devstack/blob/master/.gitmodules)