Files
puppet-nova/nova/manifests/rackspace/dev.pp
2011-05-31 17:57:19 -07:00

21 lines
408 B
Puppet

# all of the openstack specific stuff is being moved to herej
class nova::rackspace::dev() {
class { 'puppet': }
class {
[
'bzr',
'git',
'gcc',
'gcc::swig',
# 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,
}
}