Step 1: Move vm scripts to the right place
[integration/test.git] / test / tools / odl-openstack-integration / puppet / manifests / base.pp
1 package {'git':
2     ensure => 'installed'
3 }
4
5 $hosts = hiera('hosts')
6
7 file { '/etc/hosts':
8     ensure  => file,
9     owner   => 'root',
10     group   => 'root',
11     content => template('/vagrant/puppet/templates/hosts.erb')
12 }