Install Launchpad migration script dependencies
Change-Id: Ied699cb801d4bcc4dbf551fdd599d81d2f08b2b2
This commit is contained in:
parent
5b9f6a201b
commit
e2fb49e7ce
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user