Bom dia.
Estou tentando utilizar o Vcsrepo para clonar repositórios, porem ao executar o comando:
sudo puppet apply /vagrant/manifests/test1.pp
com a seguinte configuração:
vcsrepo { '/home/vagrant/repositories':
ensure => present,
provider => git,
source => 'git@...',
}
Apresenta o erro:
Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type vcsrepo at /vagrant/manifests/test1.pp:13 on node vagrant-ubuntu-trusty-64.lecom.local
Wrapped exception:
Invalid resource type vcsrepo
Acredito que seja a falta do módulo: vcsrepo
Como eu realizo a instalação desse módulo pelo Puppet?
Obrigado,