aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-17 11:57:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-17 11:57:35 -0300
commit4647b025e0adffc83a97ea880e396afca7ae3176 (patch)
treee6dcbdf7ff82b185d2de21dda36b605374847c97 /manifests
parent42ce4875f89b0273d5532d672b196c5330d03dff (diff)
downloadpuppet-bootstrap-4647b025e0adffc83a97ea880e396afca7ae3176.tar.gz
puppet-bootstrap-4647b025e0adffc83a97ea880e396afca7ae3176.tar.bz2
Vagrant: LAMP example
Diffstat (limited to 'manifests')
-rw-r--r--manifests/bootstrap/vagrant.pp7
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',
+#}