
- removed all submodules I will create an openstack repo to hold all modules (including nova) as submodules - moved nova module to top dir
9 lines
180 B
Puppet
9 lines
180 B
Puppet
define nova::manage::admin {
|
|
nova_admin{ $name:
|
|
ensure => present,
|
|
provider => 'nova_manage',
|
|
notify => Exec["nova-db-sync"],
|
|
require => Class["nova::db"],
|
|
}
|
|
}
|