aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development/python.pp
blob: a1fc42d041b4d1445026353f2261950c23ae8a5e (plain)
1
2
3
4
5
class nodo::utils::development::python {
  package { [ 'python-setuptools', 'python-virtualenv', 'python-yaml', 'python-cheetah' ]:
    ensure => installed,
  }
}