summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-27 20:26:04 +0200
committerVarac <varac@leap.se>2017-06-27 20:34:43 +0200
commit03ff5b1d22f4487d97818da3693e9a33ba1421a3 (patch)
tree117429b75e2ec2a64c29280cfb7e770041f946fa /puppet/modules/site_mx
parent98b6713afff0eec77fdbfe5d1a079607e6ed5b2c (diff)
Pin python-cryptography to jessie-backports
Needed to satisfy leap-mx dependency (>=17.0) - Resolves: #8837
Diffstat (limited to 'puppet/modules/site_mx')
-rw-r--r--puppet/modules/site_mx/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_mx/manifests/init.pp b/puppet/modules/site_mx/manifests/init.pp
index 5876e555..28a01d4a 100644
--- a/puppet/modules/site_mx/manifests/init.pp
+++ b/puppet/modules/site_mx/manifests/init.pp
@@ -19,4 +19,6 @@ class site_mx {
include ::site_check_mk::agent::mx
# install twisted from jessie backports
include ::site_apt::preferences::twisted
+ # install python-cryptography from jessie backports
+ include ::site_apt::preferences::python_cryptography
}