# # This manifest is intended to configure a vagrant # virtual machine. # # # Class definitions # # Vagrant classes class { 'nodo': role => 'vagrant', } # # LAMP example # #include database # #class { 'apache': # default_folder => '/vagrant', # default_user => 'vagrant', # default_group => 'vagrant', #} # # If you want to manage another website #apache::site { "myapp": # docroot => "/vagrant/", # server_alias => 'myapp vagrant localhost', # use => [ "Site myapp" ], # tag => 'all', # owner => vagrant, # group => vagrant, # mpm_user => vagrant, # mpm_group => vagrant, # password => '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD', # shell => '/bin/bash', #}