From 4647b025e0adffc83a97ea880e396afca7ae3176 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 17 Aug 2015 11:57:35 -0300 Subject: Vagrant: LAMP example --- manifests/bootstrap/vagrant.pp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'manifests') 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', +#} -- cgit v1.2.3