aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-02 19:47:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-02 19:47:27 -0300
commit18c2cf0f4daa8a1977f670d281baf3eeca00729b (patch)
treeae721d94d28c05e3a8373dee2fc916fb462f75c7
parent3ebbae1a76edc3b47a6a1d177f19aa2eb4587640 (diff)
downloadpuppet-nodo-18c2cf0f4daa8a1977f670d281baf3eeca00729b.tar.gz
puppet-nodo-18c2cf0f4daa8a1977f670d281baf3eeca00729b.tar.bz2
Adds phthon-shortuuid 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 f713170..a87a448 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',
+ 'python-shortuuid',
#'python3-pgpy',
]:
ensure => $ensure,