diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 19:47:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-02 19:47:27 -0300 |
commit | 18c2cf0f4daa8a1977f670d281baf3eeca00729b (patch) | |
tree | ae721d94d28c05e3a8373dee2fc916fb462f75c7 | |
parent | 3ebbae1a76edc3b47a6a1d177f19aa2eb4587640 (diff) | |
download | puppet-nodo-18c2cf0f4daa8a1977f670d281baf3eeca00729b.tar.gz puppet-nodo-18c2cf0f4daa8a1977f670d281baf3eeca00729b.tar.bz2 |
Adds phthon-shortuuid into nodo::utils::development::python
-rw-r--r-- | manifests/utils/development/python.pp | 1 |
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, |