aboutsummaryrefslogtreecommitdiff
path: root/manifests/bootstrap/vagrant.pp
blob: d24ed9079659a7367e24c298b5bb395539605b96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# This manifest is intended to configure a vagrant
# virtual machine.
#

#
# Class definitions
#

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

# LAMP
#include database
#
#class { 'apache':
#  default_folder => '/vagrant',
#  default_user   => 'vagrant',
#  default_group  => 'vagrant',
#
#}