aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/vagrant.pp
blob: 55c5c2c0f53491b895da1b3ca0b05e53ebdaf5b9 (plain)
1
2
3
4
5
6
7
8
# A vagrant instance
class nodo::role::vagrant {
  include lsb
  include nodo::subsystem::locales
  include nodo::subsystem::profile
  include nodo::utils
  include concat::setup
}