]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adds python-unidecode into nodo::utils::development::python
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Mar 2015 21:10:24 +0000 (18:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 Mar 2015 21:10:24 +0000 (18:10 -0300)
manifests/utils/development/python.pp

index a1fc42d041b4d1445026353f2261950c23ae8a5e..6e3852508ed7798d0e761f1b86616222386ac8cc 100644 (file)
@@ -1,5 +1,5 @@
 class nodo::utils::development::python {
-  package { [ 'python-setuptools', 'python-virtualenv', 'python-yaml', 'python-cheetah' ]:
+  package { [ 'python-setuptools', 'python-virtualenv', 'python-yaml', 'python-cheetah', 'python-unidecode' ]:
     ensure => installed,
   }
 }