class nodo::utils::development::python ( $ensure = 'installed', ) { package { [ 'python-setuptools', 'python-virtualenv', 'python-yaml', 'python-cheetah', 'python-unidecode', 'python-shortuuid', 'python-pycurl', #'python-bs4', #'python-scrapy', #'python3-pgpy', ]: ensure => $ensure, } }