Re: [Puppet Users] Puppet module

2015-02-14 Thread Hristo Mohamed
Have you considered reading the documentation? https://github.com/puppetlabs/puppetlabs-vcsrepo On Sat, Feb 14, 2015 at 5:37 PM, Bilal Ahmad 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 in

[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 receive