----- Original Message ----- 

| 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 received this message because you are subscribed to the Google Groups
| "Puppet Users" group.
| To unsubscribe from this group and stop receiving emails from it, send an
| email to puppet-users+unsubscr...@googlegroups.com .
| To view this discussion on the web visit
| 
https://groups.google.com/d/msgid/puppet-users/a834ec65-608a-42f0-842b-d10dd67d8003%40googlegroups.com
| .
| For more options, visit https://groups.google.com/d/optout .


A module is not a package.  The way to install modules is to use puppet module 
install on the command line or to manage it some other way, for example r10k or 
puppet-librarian, which can be used to manage modules that get installed on the 
server in an environment.

-- 
James A. Peltier
IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax     : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices
Twitter : @sfu_rcg
Powering Engagement Through Technology
"Build upon strengths and weaknesses will generally take care of themselves" - 
Joyce C. Lock

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/913558440.17246196.1424028141114.JavaMail.zimbra%40sfu.ca.
For more options, visit https://groups.google.com/d/optout.

Reply via email to