]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrant: LAMP example
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 14:57:35 +0000 (11:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 14:57:35 +0000 (11:57 -0300)
manifests/bootstrap/vagrant.pp

index 39c2b32221da303304aaa5f35b3f9a5e57e316d2..dd7462e9f5e8a0d4cecd6074a002023611120a2a 100644 (file)
 class { 'nodo':
   role => 'vagrant',
 }
+
+# LAMP
+#include database
+#
+#class { 'apache':
+#  default_folder => '/vagrant',
+#}