Added python to class list.

This commit is contained in:
Dan Bode
2011-06-16 17:55:01 -07:00
parent 8ff90cb01b
commit aff9389798

View File

@@ -25,7 +25,9 @@ class nova(
) { ) {
# TODO - why is this required? # TODO - why is this required?
package { "python-greenlet": ensure => present } package { ['python', 'python-greenlet']:
ensure => present
}
class { 'nova::utilities': } class { 'nova::utilities': }
package { ["python-nova", "nova-common", "nova-doc"]: package { ["python-nova", "nova-common", "nova-doc"]: