Add python migrate dependency

This commit is contained in:
Dan Bode 2012-03-19 22:54:43 -07:00
parent 0d205ba2e2
commit 7c6d5405fd
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@ class glance(
name => $::nova::params::package_name,
ensure => $package_ensure,
}
if(! defined(Package['python-migrate'])) {
package { 'python-migrate': ensure => 'present' }
}
}