Added python to class list.
This commit is contained in:
@@ -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"]:
|
||||||
|
Reference in New Issue
Block a user