class nodo::utils::development::python ( $ensure = 'installed', ) { package { [ 'python-setuptools', 'python-virtualenv', 'python-yaml', 'python-cheetah', 'python-unidecode', ]: ensure => $ensure, } }