From: Silvio Rhatto Date: Wed, 5 Apr 2017 23:28:07 +0000 (-0300) Subject: Adds python-pycurl into nodo::utils::development::python X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=26e13cdf4d5ea0d2d2fb857b491d8f277f999c82;p=puppet-nodo.git Adds python-pycurl into nodo::utils::development::python --- 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,