aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/development.pp
blob: 9f32ddbdfd0ca8cc37395bd4f79e059928d3bf10 (plain)
1
2
3
4
5
6
7
8
9
class nodo::utils::development {
  include nodo::utils::development::ide
  include nodo::utils::development::debian
  include nodo::utils::development::git
  include nodo::utils::development::vcs
  include nodo::utils::development::python
  include nodo::utils::development::puppet
  include nodo::utils::development::system
}