Puppetfile: enable vcsrepo

This commit is contained in:
Yanis Guenane 2014-07-04 11:08:24 -04:00
parent 1646ea40d7
commit 3c6c6d8671
2 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,9 @@ fixtures:
'vswitch':
repo: 'git://github.com/enovance/puppet-vswitch'
ref: '49dbaff15e8f017dbe365ebf08eb505472b695a1'
'vcsrepo':
repo: 'git://github.com/enovance/puppetlabs-vcsrepo.git'
ref: '4592bfd59cd5d4795069798a14b483e16c98c1ff'
'stdlib':
repo: 'git://github.com/enovance/puppetlabs-stdlib.git'
ref: '224b8f9a191f635b03ee900a9bf87bfdb0f1a6ed'

View File

@ -98,6 +98,9 @@ mod 'keepalived',
mod 'kibana3',
:git => 'git://github.com/enovance/kibana3.git',
:ref => 'acd8aca374f0cfd9601871f45e50cb810bef2678'
mod 'vcsrepo',
:git => 'git://github.com/enovance/puppetlabs-vcsrepo.git',
:ref => '4592bfd59cd5d4795069798a14b483e16c98c1ff'
mod 'kmod',
:git => 'git://github.com/enovance/puppet-kmod.git',
:ref => 'accc40093e6f8ee9cc472e9eb6ba3bab4bad3a1f'