summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_mx/manifests/init.pp')
-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
}