Install Launchpad migration script dependencies

Change-Id: Ied699cb801d4bcc4dbf551fdd599d81d2f08b2b2
This commit is contained in:
Adam Coldrick 2017-03-11 16:45:32 +00:00 committed by Jeremy Stanley
parent 5b9f6a201b
commit e2fb49e7ce
1 changed files with 12 additions and 0 deletions

View File

@ -138,6 +138,18 @@ class storyboard::application (
]
}
# Install launchpad migration dependencies
if !defined(Package['python-launchpadlib']) {
package { 'python-launchpadlib':
ensure => present
}
}
if !defined(Package['python-simplejson']) {
package { 'python-simplejson':
ensure => present
}
}
# Create the root dir
file { $install_root:
ensure => directory,