From: Silvio Rhatto Date: Mon, 17 Aug 2015 14:57:35 +0000 (-0300) Subject: Vagrant: LAMP example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4647b025e0adffc83a97ea880e396afca7ae3176;p=puppet-bootstrap.git Vagrant: LAMP example --- diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp index 39c2b32..dd7462e 100644 --- a/manifests/bootstrap/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -11,3 +11,10 @@ class { 'nodo': role => 'vagrant', } + +# LAMP +#include database +# +#class { 'apache': +# default_folder => '/vagrant', +#}