Merge "Install build deps for nodepool installation"

This commit is contained in:
Jenkins 2014-12-08 23:14:09 +00:00 committed by Gerrit Code Review
commit 5680b06b1c

View File

@ -73,6 +73,9 @@ class nodepool (
}
$packages = [
'build-essential',
'libffi-dev',
'libssl-dev',
'kpartx',
'qemu-utils',
]
@ -126,6 +129,9 @@ class nodepool (
subscribe => Vcsrepo['/opt/nodepool'],
require => [
Class['pip'],
Package['build-essential'],
Package['libffi-dev'],
Package['libssl-dev'],
Package['python-lxml'],
],
}