Files
puppet-nova/manifests/rackspace/dev.pp
Dan Bode 072e519171 Converted into nova module repo.
- removed all submodules
  I will create an openstack repo to
  hold all modules (including nova) as
  submodules
- moved nova module to top dir
2011-06-16 20:29:58 -07:00

20 lines
388 B
Puppet

# all of the openstack specific stuff is being moved to herej
class nova::rackspace::dev() {
class { 'puppet': }
class {
[
'bzr',
'git',
'gcc',
# I may need to move python-mysqldb to elsewhere if it depends on mysql
# python-nova pulls in all of the deps mentioned here
'python',
]:
}
package { 'swig':
ensure => installed,
}
}