
- removed all submodules I will create an openstack repo to hold all modules (including nova) as submodules - moved nova module to top dir
11 lines
282 B
Puppet
11 lines
282 B
Puppet
class nova::rackspace::repo {
|
|
# this should not be hard-coded
|
|
# eventually this will be on a real debian repo
|
|
apt::source { 'openstack':
|
|
location => 'http://jenkins.ohthree.com',
|
|
release => 'unstable',
|
|
repos => 'main',
|
|
include_src => false,
|
|
}
|
|
}
|