aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-05 20:28:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-05 20:28:07 -0300
commit26e13cdf4d5ea0d2d2fb857b491d8f277f999c82 (patch)
tree421cb63c6c60eb9d30bf19ba5da7de8535f5c868
parent95d15def8491963362a6e06334bc4b1015113184 (diff)
downloadpuppet-nodo-26e13cdf4d5ea0d2d2fb857b491d8f277f999c82.tar.gz
puppet-nodo-26e13cdf4d5ea0d2d2fb857b491d8f277f999c82.tar.bz2
Adds python-pycurl into 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 a87a448..fafaea5 100644
--- a/manifests/utils/development/python.pp
+++ b/manifests/utils/development/python.pp
@@ -8,6 +8,7 @@ class nodo::utils::development::python (
'python-cheetah',
'python-unidecode',
'python-shortuuid',
+ 'python-pycurl',
#'python3-pgpy',
]:
ensure => $ensure,