diff --git a/modules/jenkins_slave/manifests/init.pp b/modules/jenkins_slave/manifests/init.pp index 77ecbf29b9..4d196b72c6 100644 --- a/modules/jenkins_slave/manifests/init.pp +++ b/modules/jenkins_slave/manifests/init.pp @@ -59,6 +59,7 @@ class jenkins_slave($ssh_key, $sudo = false, $bare = false, $user = true) { "python-sphinx", "python-unittest2", "python-vm-builder", + "python-zmq", # zeromq unittests (not pip installable) "python3-all-dev", "screen", "socat",