[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

Re: [Puppet Users] Puppet module

2015-02-15 Thread Bilal Ahmad
tation? > 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 mod