aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-14 13:10:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-14 13:10:26 -0300
commit00c118f72e5b44047e26d057cdd591cb0f565e57 (patch)
tree895f7faeca94abb5e3931c92c75a005cd10b47a4
parente28c9b0553bc2d057013e06081662ce62db4d4d2 (diff)
downloadpuppet-nodo-00c118f72e5b44047e26d057cdd591cb0f565e57.tar.gz
puppet-nodo-00c118f72e5b44047e26d057cdd591cb0f565e57.tar.bz2
Commented: python3-pgpy at nodo::utils::development::python
-rw-r--r--manifests/utils/development/python.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/development/python.pp b/manifests/utils/development/python.pp
index 9d94989..f713170 100644
--- a/manifests/utils/development/python.pp
+++ b/manifests/utils/development/python.pp
@@ -7,6 +7,7 @@ class nodo::utils::development::python (
'python-yaml',
'python-cheetah',
'python-unidecode',
+ #'python3-pgpy',
]:
ensure => $ensure,
}