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
17 lines
443 B
Ruby
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'
|