diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 11:57:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 11:57:35 -0300 |
commit | 4647b025e0adffc83a97ea880e396afca7ae3176 (patch) | |
tree | e6dcbdf7ff82b185d2de21dda36b605374847c97 | |
parent | 42ce4875f89b0273d5532d672b196c5330d03dff (diff) | |
download | puppet-bootstrap-4647b025e0adffc83a97ea880e396afca7ae3176.tar.gz puppet-bootstrap-4647b025e0adffc83a97ea880e396afca7ae3176.tar.bz2 |
Vagrant: LAMP example
-rw-r--r-- | manifests/bootstrap/vagrant.pp | 7 |
1 files changed, 7 insertions, 0 deletions
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', +#} |