aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/vagrant.pp
blob: 39c2b32221da303304aaa5f35b3f9a5e57e316d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# This manifest is intended to configure a vagrant
# virtual machine.
#

#
# Class definitions
#

# Vagrant classes
class { 'nodo':
  role => 'vagrant',
}