Files
puppet-ceph/Puppetfile
David Gurtner 2969db6436 Preparation for scenario_node_terminus tests
Initial preparation:
* Adapt the README with instructions to download and prepare SNT
* Install SNT into the vagrant instances used in the system tests
* all the necessary plumbing around the above two tasks

Change-Id: Ibc9d60f54061d7dbb6e19520597154a06f70382a
2014-05-30 00:18:49 +02:00

17 lines
443 B
Ruby

forge "http://forge.puppetlabs.com"
mod 'puppetlabs/stdlib',
:git => 'git://github.com/puppetlabs/puppetlabs-stdlib',
:ref => 'origin/4.x'
mod 'puppetlabs/apt',
:git => 'git://github.com/puppetlabs/puppetlabs-apt',
:ref => '1.4.0'
mod 'puppetlabs/inifile',
:git => 'git://github.com/puppetlabs/puppetlabs-inifile',
:ref => '1.0.3'
mod 'bodepd/scenario_node_terminus',
:git => 'git://github.com/bodepd/scenario_node_terminus'