Merge "Install libgmp-dev on nodepool"

This commit is contained in:
Jenkins 2014-12-09 22:39:47 +00:00 committed by Gerrit Code Review
commit 16489a4cd9

View File

@ -78,6 +78,7 @@ class nodepool (
'libssl-dev',
'kpartx',
'qemu-utils',
'libgmp-dev', # transitive dep of paramiko
]
package { $packages:
@ -133,6 +134,7 @@ class nodepool (
Package['libffi-dev'],
Package['libssl-dev'],
Package['python-lxml'],
Package['libgmp-dev'],
],
}