Re: [Puppet Users] Puppet module

2015-02-15 Thread Bilal Ahmad
://github.com/puppetlabs/puppetlabs-vcsrepo On Sat, Feb 14, 2015 at 5:37 PM, Bilal Ahmad bilalo...@gmail.com javascript: wrote: Trying to install the module vcsrepo with puppet, but really unsure how it could be done. The commandline to install it is: puppet module install puppetlabs

[Puppet Users] Puppet module

2015-02-14 Thread Bilal Ahmad
Trying to install the module vcsrepo with puppet, but really unsure how it could be done. The commandline to install it is: puppet module install puppetlabs-vcsrepo Tried to install it this way, but that didn't work: package { 'vcsrepo': ensure = installed, } -- You